aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all-host-linux.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-02 00:45:32 +0100
committerSven Gothel <[email protected]>2020-01-02 00:45:32 +0100
commita4eb7f17f871ded72163c649be403ccad38a6669 (patch)
treea0ab03b09179d2b5e3a4993fa7d33c01c283a76b /make/scripts/make.gluegen.all-host-linux.sh
parent7a3dbb77bde1296f9d4d370dde1c5b7d360a34e9 (diff)
all build scripts: make.gluegen.all-host-macos.sh make.gluegen.all-host-linux.sh
Diffstat (limited to 'make/scripts/make.gluegen.all-host-linux.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all-host-linux.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all-host-linux.sh b/make/scripts/make.gluegen.all-host-linux.sh
new file mode 100755
index 0000000..7ec33a5
--- /dev/null
+++ b/make/scripts/make.gluegen.all-host-linux.sh
@@ -0,0 +1,20 @@
+#! /bin/sh
+
+SDIR=`dirname $0`
+
+$SDIR/make.gluegen.all.android-aarch64-cross.sh && \
+$SDIR/make.gluegen.all.android-armv6-cross.sh && \
+$SDIR/make.gluegen.all.android-x86-cross.sh && \
+$SDIR/make.gluegen.all.linux-aarch64-cross.sh && \
+$SDIR/make.gluegen.all.linux-armv6hf-cross.sh && \
+$SDIR/make.gluegen.all.linux-x86.sh && \
+$SDIR/make.gluegen.all.linux-x86_64.sh
+
+# $SDIR/make.gluegen.all.macosx.sh
+# $SDIR/make.gluegen.all.ios.amd64.sh
+# $SDIR/make.gluegen.all.ios.arm64.sh
+# $SDIR/make.gluegen.all.win32.bat
+# $SDIR/make.gluegen.all.win64.bat
+# $SDIR/make.gluegen.all.linux-ppc64le.sh
+# $SDIR/make.gluegen.all.linux-armv6hf.sh
+# $SDIR/make.gluegen.all.linux-aarch64.sh