blob: 037f4233a700ac16c936c4bd25176d685b5bdd1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
. /devtools/etc/profile.ant
# -Dc.compiler.debug=true
# -Dbuild.noarchives=true
ant \
-Djogl.cg=1 \
-Drootrel.build=build-macosx \
$* 2>&1 | tee make.jogl.all.macosx.log
|