summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.joal.all.linux-x86.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.joal.all.linux-x86.sh')
-rwxr-xr-xmake/scripts/make.joal.all.linux-x86.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/make/scripts/make.joal.all.linux-x86.sh b/make/scripts/make.joal.all.linux-x86.sh
index 579b7f0..19ec2d9 100755
--- a/make/scripts/make.joal.all.linux-x86.sh
+++ b/make/scripts/make.joal.all.linux-x86.sh
@@ -18,9 +18,11 @@ if [ -z "$ANT_PATH" ] ; then
exit
fi
-# -Dtarget.sourcelevel=1.6 \
-# -Dtarget.targetlevel=1.6 \
-# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
+export SOURCE_LEVEL=1.6
+export TARGET_LEVEL=1.6
+export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar
+
+export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
ant \
-Drootrel.build=build-x86 \