diff options
Diffstat (limited to 'make/scripts/make.joal.all.solaris-x86_64.sh')
-rwxr-xr-x | make/scripts/make.joal.all.solaris-x86_64.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.solaris-x86_64.sh b/make/scripts/make.joal.all.solaris-x86_64.sh index 46490e3..6a7774d 100755 --- a/make/scripts/make.joal.all.solaris-x86_64.sh +++ b/make/scripts/make.joal.all.solaris-x86_64.sh @@ -20,6 +20,12 @@ fi # -Drootrel.build=build-x86_64 \ +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-solaris-x86_64 \ $* 2>&1 | tee make.joal.all.solaris-x86_64.log |