aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts')
-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