From 6704fab767307b89fa21250c20f1dab56323ffac Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 20 Jun 2013 04:29:21 +0200 Subject: Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase --- make/scripts/make.gluegen.all.linux-armv6hf-cross.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'make/scripts/make.gluegen.all.linux-armv6hf-cross.sh') diff --git a/make/scripts/make.gluegen.all.linux-armv6hf-cross.sh b/make/scripts/make.gluegen.all.linux-armv6hf-cross.sh index 331a97b..5817b7f 100755 --- a/make/scripts/make.gluegen.all.linux-armv6hf-cross.sh +++ b/make/scripts/make.gluegen.all.linux-armv6hf-cross.sh @@ -37,6 +37,11 @@ export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv6hf.xml" #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" + ant \ -Drootrel.build=build-linux-armv6hf \ $* 2>&1 | tee make.gluegen.all.linux-armv6hf-cross.log -- cgit v1.2.3