summaryrefslogtreecommitdiffstats
path: root/make/scripts
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
parent7a3dbb77bde1296f9d4d370dde1c5b7d360a34e9 (diff)
all build scripts: make.gluegen.all-host-macos.sh make.gluegen.all-host-linux.sh
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/make.gluegen.all-host-linux.sh (renamed from make/scripts/make.gluegen.all.sh)0
-rwxr-xr-xmake/scripts/make.gluegen.all-host-macos.sh16
2 files changed, 16 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.sh b/make/scripts/make.gluegen.all-host-linux.sh
index 7ec33a5..7ec33a5 100755
--- a/make/scripts/make.gluegen.all.sh
+++ b/make/scripts/make.gluegen.all-host-linux.sh
diff --git a/make/scripts/make.gluegen.all-host-macos.sh b/make/scripts/make.gluegen.all-host-macos.sh
new file mode 100755
index 0000000..625506a
--- /dev/null
+++ b/make/scripts/make.gluegen.all-host-macos.sh
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+SDIR=`dirname $0`
+
+$SDIR/make.gluegen.all.macosx.sh && \
+$SDIR/make.gluegen.all.ios.amd64.sh && \
+$SDIR/make.gluegen.all.ios.arm64.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