diff options
author | Sven Gothel <[email protected]> | 2020-01-02 00:45:32 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 00:45:32 +0100 |
commit | a4eb7f17f871ded72163c649be403ccad38a6669 (patch) | |
tree | a0ab03b09179d2b5e3a4993fa7d33c01c283a76b /make/scripts/make.gluegen.all-host-macos.sh | |
parent | 7a3dbb77bde1296f9d4d370dde1c5b7d360a34e9 (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-macos.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all-host-macos.sh | 16 |
1 files changed, 16 insertions, 0 deletions
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 |