summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.macosx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.macosx.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.macosx.sh b/make/scripts/make.gluegen.all.macosx.sh
index 06fb947..94bcd4e 100755
--- a/make/scripts/make.gluegen.all.macosx.sh
+++ b/make/scripts/make.gluegen.all.macosx.sh
@@ -5,7 +5,15 @@ if [ -e /opt-share/etc/profile.ant ] ; then
fi
# -Dc.compiler.debug=true
+#
+# -Dtarget.sourcelevel=1.6 \
+# -Dtarget.targetlevel=1.6 \
+# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
+
ant \
+ -Dtarget.sourcelevel=1.6 \
+ -Dtarget.targetlevel=1.6 \
+ -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
-Drootrel.build=build-macosx \
$* 2>&1 | tee make.gluegen.all.macosx.log