diff options
author | Sven Gothel <[email protected]> | 2013-04-24 05:15:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-24 05:15:36 +0200 |
commit | 56b330db24338cb287f1c53b92a6e0b7bf521625 (patch) | |
tree | dafec6ba63220ad94fa42c832f9ad4fd20c10f0e /make/scripts/make.jogl.all.sh | |
parent | 8d7819aa08b031fddd5813ec29b2fa3d66666407 (diff) |
Add scripts/make.jogl.all.sh
Diffstat (limited to 'make/scripts/make.jogl.all.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.sh | 9 |
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 \ |