aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.linux-armv7.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-07-28 16:48:47 +0200
committerSven Gothel <[email protected]>2011-07-28 16:48:47 +0200
commit630c9ce1dc643934f276b58b4cab0e04becf9879 (patch)
treebb779e6cfe36fbce8754120479c5a18e2c97dde4 /make/scripts/make.jogl.all.linux-armv7.sh
parent7fe124eaf9f96b3dad5347f3301b8f7efaf96043 (diff)
add linux/armv7 scripts [[cross] compile clean]
Diffstat (limited to 'make/scripts/make.jogl.all.linux-armv7.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.linux-armv7.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh
new file mode 100755
index 000000000..fd4e95b30
--- /dev/null
+++ b/make/scripts/make.jogl.all.linux-armv7.sh
@@ -0,0 +1,15 @@
+#! /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