blob: 3086733f01ea8d06a0fcd8e9efc2e31522dec4ed (
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-x86.log
|