aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all-host-macos.sh
blob: f465a4f1c3fcd7c88bfb9c6f9c9cfefb771ddd05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

SDIR=`dirname $0` 

$SDIR/make.jogl.all.macosx.sh && \
$SDIR/make.jogl.all.ios.amd64.sh && \
$SDIR/make.jogl.all.ios.arm64.sh

# $SDIR/make.jogl.all.macosx.sh
# $SDIR/make.jogl.all.ios.amd64.sh
# $SDIR/make.jogl.all.ios.arm64.sh
# $SDIR/make.jogl.all.win32.bat
# $SDIR/make.jogl.all.win64.bat
# $SDIR/make.jogl.all.linux-ppc64le.sh
# $SDIR/make.jogl.all.linux-armv6hf.sh
# $SDIR/make.jogl.all.linux-aarch64.sh