aboutsummaryrefslogtreecommitdiffstats
path: root/make/make.jogl.cdcfp.macosx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/make.jogl.cdcfp.macosx.sh')
-rw-r--r--make/make.jogl.cdcfp.macosx.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/make/make.jogl.cdcfp.macosx.sh b/make/make.jogl.cdcfp.macosx.sh
new file mode 100644
index 000000000..f9f79500e
--- /dev/null
+++ b/make/make.jogl.cdcfp.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 \
+ -Dsetup.cdcfp=true \
+ -Drootrel.build=build-cdcfp-macosx \
+ $* 2>&1 | tee make.jogl.cdcfp.macosx.log