aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.linux-armv6.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-21 03:50:41 +0200
committerSven Gothel <[email protected]>2013-06-21 03:50:41 +0200
commitdc6b3b50f83bf8ed114f509a3d88855f1ff9e54a (patch)
tree861f9adf371005c85e4385f7a6188b40498be3fa /make/scripts/make.jogl.all.linux-armv6.sh
parent5b77c7f345d1e36c152d70982db0e022be6cfa2a (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.jogl.all.linux-armv6.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv6.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv6.sh b/make/scripts/make.jogl.all.linux-armv6.sh
index 6f1852a32..561da2336 100755
--- a/make/scripts/make.jogl.all.linux-armv6.sh
+++ b/make/scripts/make.jogl.all.linux-armv6.sh
@@ -17,6 +17,9 @@ export TARGET_JAVA_LIBS=/usr/lib/jvm/default-java/jre/lib/arm
export GLUEGEN_CPPTASKS_FILE="../../gluegen/make/lib/gluegen-cpptasks-linux-armv6.xml"
+#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
+export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet"
+
ant \
-Drootrel.build=build-linux-armv6 \
-Dsetup.addNativeKD=true \