summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.macosx.sh
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/make.jogl.all.macosx.sh
parenta5d793729196423670fb4b9a7bb74d68b5682ce5 (diff)
Fix Bug 516 (Determine Java Version) / See gluegen: 64639b805a32338385421f168e12c1ef7f749d00
Diffstat (limited to 'make/scripts/make.jogl.all.macosx.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.macosx.sh5
1 files changed, 4 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