aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.macosx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.jogl.all.macosx.sh')
-rw-r--r--make/scripts/make.jogl.all.macosx.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.macosx.sh b/make/scripts/make.jogl.all.macosx.sh
new file mode 100644
index 000000000..a85f9344f
--- /dev/null
+++ b/make/scripts/make.jogl.all.macosx.sh
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+if [ -e /devtools/etc/profile.ant ] ; then
+ . /devtools/etc/profile.ant
+fi
+
+
+# -Dc.compiler.debug=true
+# -Dbuild.noarchives=true
+
+ant \
+ -Dbuild.noarchives=true \
+ -Djogl.cg=1 \
+ -Drootrel.build=build-macosx \
+ $* 2>&1 | tee make.jogl.all.macosx.log