summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.x86.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.jogl.all.x86.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.x86.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/make/scripts/make.jogl.all.x86.sh b/make/scripts/make.jogl.all.x86.sh
index 4a4874f..3d9ef31 100755
--- a/make/scripts/make.jogl.all.x86.sh
+++ b/make/scripts/make.jogl.all.x86.sh
@@ -8,12 +8,13 @@ fi
. $SDIR/../../../jogl/etc/profile.jogl JOGL_ALL $SDIR/../../../jogl/build-x86
+export SOURCE_LEVEL=1.8
+export TARGET_LEVEL=1.8
+export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar
+
# -Dc.compiler.debug=true
ant \
- -Dtarget.sourcelevel=1.6 \
- -Dtarget.targetlevel=1.6 \
- -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
-Djogl.cg=1 \
-Duser.swt.jar=$SWT_CLASSPATH \
-Drootrel.build=build-x86 \