summaryrefslogtreecommitdiffstats
path: root/make/make.jogl.cdcfp.macosx.sh
blob: 8677f886b5e08297e346af8287fa8fb2556115d2 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

. /devtools/etc/profile.ant

#    -Dc.compiler.debug=true 

ant -v \
    -Djogl.es=1 \
    -Drootrel.build=build-cdcfp-macosx \
    $* 2>&1 | tee make.jogl.cdcfp.macosx.log