summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.x86_64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.jogl.all.x86_64.sh')
-rw-r--r--make/scripts/make.jogl.all.x86_64.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.x86_64.sh b/make/scripts/make.jogl.all.x86_64.sh
new file mode 100644
index 0000000..110e51d
--- /dev/null
+++ b/make/scripts/make.jogl.all.x86_64.sh
@@ -0,0 +1,19 @@
+#! /bin/sh
+
+SDIR=`dirname $0`
+
+if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then
+ . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh
+fi
+
+. $SDIR/../../../jogl/etc/profile.jogl JOGL_ALL $SDIR/../../../jogl/build-x86_64
+
+# -Dc.compiler.debug=true
+# -Djogl.cg=1 \
+# -Djogl.redbook=true \
+
+ant \
+ -Djogl.cg=1 \
+ -Duser.swt.jar=$SWT_CLASSPATH \
+ -Drootrel.build=build-x86_64 \
+ $* 2>&1 | tee make.jogl.all.x86_64.log