aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jocl.all.sh
diff options
context:
space:
mode:
authorSven Gothel <sgothel@jausoft.com>2020-01-02 00:55:38 +0100
committerSven Gothel <sgothel@jausoft.com>2020-01-02 00:55:38 +0100
commitddeb3d97ac0911271753a58c077692871b4b4531 (patch)
treeb9d9f7d0be7b3585f62b4518270c0e12047cfa65 /make/scripts/make.jocl.all.sh
parent210005dbec34c6c3fa91df27fdca6bd417c5639c (diff)
all build scripts: make.jocl.all-host-macos.sh make.jocl.all-host-linux.sh ; Add iOS build scripts
Diffstat (limited to 'make/scripts/make.jocl.all.sh')
-rwxr-xr-xmake/scripts/make.jocl.all.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/make/scripts/make.jocl.all.sh b/make/scripts/make.jocl.all.sh
deleted file mode 100755
index 4e95117c..00000000
--- a/make/scripts/make.jocl.all.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh
-
-SDIR=`dirname $0`
-
-$SDIR/make.jocl.all.android-aarch64-cross.sh && \
-$SDIR/make.jocl.all.android-armv6-cross.sh && \
-$SDIR/make.jocl.all.android-x86-cross.sh && \
-$SDIR/make.jocl.all.linux-aarch64-cross.sh && \
-$SDIR/make.jocl.all.linux-armv6hf-cross.sh && \
-$SDIR/make.jocl.all.linux-x86.sh && \
-$SDIR/make.jocl.all.linux-x86_64.sh
-
-# $SDIR/make.jocl.all.macosx.sh
-# $SDIR/make.jocl.all.ios.amd64.sh
-# $SDIR/make.jocl.all.ios.arm64.sh
-# $SDIR/make.jocl.all.win32.bat
-# $SDIR/make.jocl.all.win64.bat
-# $SDIR/make.jocl.all.linux-armv6hf.sh
-# $SDIR/make.jocl.all.linux-aarch64.sh
-