blob: c94d2d18a6fd5e802ea66332996e19409a30f3f0 (
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 \
-Dbuild.noarchives=true \
-Drootrel.build=build-macosx \
$* 2>&1 | tee make.jogl.all.macosx.log
|