aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.linux-armv7.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-08-02 13:31:23 +0200
committerSven Gothel <[email protected]>2011-08-02 13:31:23 +0200
commit332430bd9e2a42b81b509175b43856dc25ae255a (patch)
tree1b0b815ea84020c09e4f6544a7cf5d476c84a085 /make/scripts/make.jogl.all.linux-armv7.sh
parent589419b50efb63ecd8864c27eb9aeff85ad1e1c9 (diff)
Adapt latest gluegen changes for crossplatform.
Diffstat (limited to 'make/scripts/make.jogl.all.linux-armv7.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh
deleted file mode 100755
index fd4e95b30..000000000
--- a/make/scripts/make.jogl.all.linux-armv7.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-# -Dc.compiler.debug=true
-# -Dgluegen.cpptasks.detected.os=true \
-# -DisUnix=true \
-# -DisLinux=true \
-# -DisLinuxX86=true \
-# -DisX11=true \
-
-ant \
- -Drootrel.build=build-linux-armv7 \
- -DuseKD=true \
- -DuseOpenMAX=true \
- -DuseBroadcomEGL=true \
- $* 2>&1 | tee make.jogl.all.linux-armv7.log