summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.linux-armv7-cross.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-02-24 04:35:53 +0100
committerSven Gothel <[email protected]>2012-02-24 04:35:53 +0100
commita17170a3ec4ed338d902eaaa3b17e9dbb69b6374 (patch)
tree02f256d42cabb7c1537801add878cf87c11170b9 /make/scripts/make.gluegen.all.linux-armv7-cross.sh
parent9520a52d504cc6219ca5027e4bde4b8280463879 (diff)
Exposing custom gluegen-cpptask.file for crosscompilation presets, adding gluegen-cpptasks-linux-armv7.xml
Env: GLUEGEN_CPPTASKS_FILE -> property: gluegen-cpptasks.file
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv7-cross.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.linux-armv7-cross.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv7-cross.sh b/make/scripts/make.gluegen.all.linux-armv7-cross.sh
index 3d44f35..53e81b4 100755
--- a/make/scripts/make.gluegen.all.linux-armv7-cross.sh
+++ b/make/scripts/make.gluegen.all.linux-armv7-cross.sh
@@ -28,15 +28,12 @@ export TARGET_ANT_HOME=/usr/share/ant
export TARGET_PLATFORM_LIBS=/opt-linux-armv7-eabi/lib
export TARGET_JAVA_LIBS=/opt-linux-armv7-eabi/jre/lib/arm
+export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv7.xml"
+
+export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode"
+
ant \
-Drootrel.build=build-linux-armv7 \
- -Dgluegen.cpptasks.detected.os=true \
- -DisUnix=true \
- -DisLinux=true \
- -DisLinuxARMv7=true \
- -DisX11=true \
- -DjvmDataModel.arg="-Djnlp.no.jvm.data.model.set=true" \
- -DisCrosscompilation=true \
$* 2>&1 | tee make.gluegen.all.linux-armv7-cross.log