diff options
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv6.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv6.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv6.sh b/make/scripts/make.gluegen.all.linux-armv6.sh deleted file mode 100755 index 0ebf550..0000000 --- a/make/scripts/make.gluegen.all.linux-armv6.sh +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh - -# -Dc.compiler.debug=true -# -Dgluegen.cpptasks.detected.os=true \ -# -DisUnix=true \ -# -DisLinux=true \ -# -DisLinuxX86=true \ -# -DisX11=true \ - -# arm-linux-gnueabi == armel triplet -export TARGET_PLATFORM_LIBS=/usr/lib/arm-linux-gnueabi -export TARGET_JAVA_LIBS=/usr/lib/jvm/default-java/jre/lib/arm - -export GLUEGEN_CPPTASKS_FILE="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 \ - $* 2>&1 | tee make.gluegen.all.linux-armv6.log |