summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.macosx.sh
blob: 716e32b4dae53c739ddd14d67487d713e7a5501e (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

SDIR=`dirname $0`

#    -Dc.compiler.debug=true 
#    -Djogl.cg=1 \

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