aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.joal.all.linux-armv6-cross.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-20 20:09:13 +0200
committerSven Gothel <[email protected]>2013-06-20 20:09:13 +0200
commit55b5449ce106164e7f47b827cbe03a7831de9942 (patch)
tree35784810b46762dd5f416d230b4780f8d26db007 /make/scripts/make.joal.all.linux-armv6-cross.sh
parent7c8d351fdbc562aebc2c7796c5b8e8673bff3dca (diff)
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
Diffstat (limited to 'make/scripts/make.joal.all.linux-armv6-cross.sh')
-rwxr-xr-xmake/scripts/make.joal.all.linux-armv6-cross.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/make/scripts/make.joal.all.linux-armv6-cross.sh b/make/scripts/make.joal.all.linux-armv6-cross.sh
index 2b1a057..d954c76 100755
--- a/make/scripts/make.joal.all.linux-armv6-cross.sh
+++ b/make/scripts/make.joal.all.linux-armv6-cross.sh
@@ -2,8 +2,8 @@
SDIR=`dirname $0`
-if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then
- . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh
+if [ -e $SDIR/setenv-build-jogl-x86_64.sh ] ; then
+ . $SDIR/setenv-build-jogl-x86_64.sh
fi
PATH=`pwd`/../../gluegen/make/lib/toolchain/armsf-linux-gnueabi/bin:$PATH
@@ -36,6 +36,12 @@ export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv
#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-armv6 \
$* 2>&1 | tee make.joal.all.linux-armv6-cross.log