File: make.gluegen.all-host-macos.sh

package info (click to toggle)
gluegen2 2.5.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,848 kB
  • sloc: java: 53,390; ansic: 3,655; xml: 3,287; sh: 1,501; pascal: 591; asm: 162; makefile: 76
file content (16 lines) | stat: -rwxr-xr-x 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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