blob: 1078cec749b225d0ba180f889df0af4948c8d1e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
if [ -e /devtools/etc/profile.ant ] ; then
. /devtools/etc/profile.ant
fi
# -Dc.compiler.debug=true
ant -v \
-Drootrel.build=build-macosx \
$* 2>&1 | tee make.gluegen.all.macosx.log
|