aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/cpp-gluegen-test.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-08 02:09:01 +0100
committerSven Gothel <[email protected]>2010-11-08 02:09:01 +0100
commit2294f54b2951ea1286153676d8e39a142bab171b (patch)
treedecddd03853afa985ec91e1d56152a020add4481 /make/scripts/cpp-gluegen-test.sh
parent510d3eddce9e26e9443bbfbedde0ee2dfa834daa (diff)
Reformated license tag; Added Khronos license
Diffstat (limited to 'make/scripts/cpp-gluegen-test.sh')
-rw-r--r--make/scripts/cpp-gluegen-test.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/make/scripts/cpp-gluegen-test.sh b/make/scripts/cpp-gluegen-test.sh
new file mode 100644
index 000000000..2baa57729
--- /dev/null
+++ b/make/scripts/cpp-gluegen-test.sh
@@ -0,0 +1,23 @@
+#! /bin/bash
+cpp \
+-undef \
+-DGL_GLEXT_PROTOTYPES \
+-DGL_GL3EXT_PROTOTYPES \
+-Istub_includes/gluegen \
+-Istub_includes/khr \
+-Istub_includes/jni \
+-Istub_includes/jni/macosx \
+-Istub_includes/jni/win32 \
+-Istub_includes/jni/x11 \
+-Istub_includes/macosx \
+-Istub_includes/macosx/AppKit \
+-Istub_includes/macosx/OpenGL \
+-Istub_includes/opengl \
+-Istub_includes/opengl/GL \
+-Istub_includes/opengl/GL3 \
+-Istub_includes/opengl/GLES \
+-Istub_includes/opengl/GLES2 \
+-Istub_includes/win32 \
+-Istub_includes/x11 \
+-Istub_includes/x11/X11 \
+$1 `basename $1`-out