diff options
author | Sven Gothel <[email protected]> | 2013-06-21 10:11:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-21 10:11:38 +0200 |
commit | f8918d4e8eb6a598deb9e01566e903c98c40fcf7 (patch) | |
tree | 7fbf38906fc5c542a17dc712b6e051678f49235c | |
parent | 5e456d1d490cb34941671ba430366a8cc378091d (diff) |
make script 32bit: force java6 creationv2.0.2-rc12v2.0-rc12
-rwxr-xr-x | make/scripts/make.jogl.all.x86.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.x86.sh b/make/scripts/make.jogl.all.x86.sh index 004abbb..4a4874f 100755 --- a/make/scripts/make.jogl.all.x86.sh +++ b/make/scripts/make.jogl.all.x86.sh @@ -11,6 +11,9 @@ fi # -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 \ |