aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-04-24 05:15:36 +0200
committerSven Gothel <[email protected]>2013-04-24 05:15:36 +0200
commit56b330db24338cb287f1c53b92a6e0b7bf521625 (patch)
treedafec6ba63220ad94fa42c832f9ad4fd20c10f0e /make
parent8d7819aa08b031fddd5813ec29b2fa3d66666407 (diff)
Add scripts/make.jogl.all.sh
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/make.jogl.all.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.sh b/make/scripts/make.jogl.all.sh
new file mode 100755
index 000000000..67d965dac
--- /dev/null
+++ b/make/scripts/make.jogl.all.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+SDIR=`dirname $0`
+
+$SDIR/make.jogl.all.linux-armv6-cross.sh \
+&& $SDIR/make.jogl.all.linux-armv6hf-cross.sh \
+&& $SDIR/make.jogl.all.linux-x86_64.sh \
+&& $SDIR/make.jogl.all.linux-x86.sh \
+&& $SDIR/make.jogl.all.android-armv6-cross.sh \