summaryrefslogtreecommitdiff
path: root/external/glew/UnpackedTarball_glew.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-05 17:40:16 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:37 +0100
commit01a56100a41da49ed5b589b106d592f04eafa666 (patch)
treeee1870260684be0fa2f096d494a80aca7380a79c /external/glew/UnpackedTarball_glew.mk
parenta74fd3f900826d8f525075ed7bbf6ca8ffda2847 (diff)
make glew a normal external shared project
Change-Id: I6306e23b3f20817de87951a8848de373fc5dbf85
Diffstat (limited to 'external/glew/UnpackedTarball_glew.mk')
-rw-r--r--external/glew/UnpackedTarball_glew.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/glew/UnpackedTarball_glew.mk b/external/glew/UnpackedTarball_glew.mk
new file mode 100644
index 000000000000..528d677b5b37
--- /dev/null
+++ b/external/glew/UnpackedTarball_glew.mk
@@ -0,0 +1,16 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_UnpackedTarball_UnpackedTarball,glew))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,glew,$(GLEW_TARBALL)))
+
+$(eval $(call gb_UnpackedTarball_set_patchlevel,glew,0))
+
+# vim: set noet sw=4 ts=4: