diff options
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-x86.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh index 58685d7..f0eec7c 100755 --- a/make/scripts/make.gluegen.all.linux-x86.sh +++ b/make/scripts/make.gluegen.all.linux-x86.sh @@ -15,6 +15,12 @@ fi # -Dgluegen-cpptasks.file=`pwd`/lib/gluegen-cpptasks-linux-32bit.xml \ # +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 \ $* 2>&1 | tee make.gluegen.all.linux-x86.log |