diff options
Diffstat (limited to 'scripts/make.jocl.all.linux-armv6hf-cross.sh')
-rwxr-xr-x | scripts/make.jocl.all.linux-armv6hf-cross.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.linux-armv6hf-cross.sh b/scripts/make.jocl.all.linux-armv6hf-cross.sh index eba15e70..36343d27 100755 --- a/scripts/make.jocl.all.linux-armv6hf-cross.sh +++ b/scripts/make.jocl.all.linux-armv6hf-cross.sh @@ -36,6 +36,13 @@ export GLUEGEN_CPPTASKS_FILE="../gluegen/make/lib/gluegen-cpptasks-linux-armv6hf #export JUNIT_DISABLED="true" #export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode" +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" +export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" + ant \ -Drootrel.build=build-linux-armv6hf \ $* 2>&1 | tee make.jocl.all.linux-armv6hf-cross.log |