summaryrefslogtreecommitdiffstats
path: root/make/make.gluegen.cdcfp.macosx.sh
blob: 016cb8d695fa6b6c16a6d43cb2a3fb264230230b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

if [ -e /devtools/etc/profile.ant ] ; then
    . /devtools/etc/profile.ant
fi

#    -Dc.compiler.debug=true 

ant -v \
    -DisCDCFP=true \
    -Drootrel.build=build-cdcfp-macosx \
    $* 2>&1 | tee make.gluegen.cdcfp.macosx-x86.log