aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.linux-x86_64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make.jocl.all.linux-x86_64.sh')
-rw-r--r--scripts/make.jocl.all.linux-x86_64.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.linux-x86_64.sh b/scripts/make.jocl.all.linux-x86_64.sh
index 680d1454..b47e8b57 100644
--- a/scripts/make.jocl.all.linux-x86_64.sh
+++ b/scripts/make.jocl.all.linux-x86_64.sh
@@ -6,6 +6,13 @@ if [ -e $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then
. $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh
fi
+# -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-x86_64 \
$* 2>&1 | tee make.jocl.all.linux-x86_64.log