summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-01-22 22:24:30 +0100
committerSven Gothel <[email protected]>2012-01-22 22:24:30 +0100
commit859f5a5a1ffa5862bea678c2afe1c016058d7f09 (patch)
tree46e733d447a0074a8c64956e1b18d6b08ab4f76f /make/scripts
parenta5d793729196423670fb4b9a7bb74d68b5682ce5 (diff)
Fix Bug 516 (Determine Java Version) / See gluegen: 64639b805a32338385421f168e12c1ef7f749d00
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/make.jogl.all.macosx.sh5
-rwxr-xr-xmake/scripts/make.jogl.all.x86_64.sh3
2 files changed, 7 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.macosx.sh b/make/scripts/make.jogl.all.macosx.sh
index 716e32b..d0f1475 100755
--- a/make/scripts/make.jogl.all.macosx.sh
+++ b/make/scripts/make.jogl.all.macosx.sh
@@ -5,6 +5,9 @@ SDIR=`dirname $0`
# -Dc.compiler.debug=true
# -Djogl.cg=1 \
-ant -v \
+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.jogl.all.macosx.log
diff --git a/make/scripts/make.jogl.all.x86_64.sh b/make/scripts/make.jogl.all.x86_64.sh
index 110e51d..7d192b8 100755
--- a/make/scripts/make.jogl.all.x86_64.sh
+++ b/make/scripts/make.jogl.all.x86_64.sh
@@ -13,6 +13,9 @@ fi
# -Djogl.redbook=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_64 \