aboutsummaryrefslogtreecommitdiffstats
path: root/make/make.jogl.all.macosx.sh
blob: e00cd83b6be9f328c476a359ebeaf2b32225f009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

. /devtools/etc/profile.ant

#    -Dc.compiler.debug=true 
#    -Dbuild.noarchives=true

ant \
    -Dbuild.noarchives=true \
    -Djogl.cg=1 \
    -Drootrel.build=build-macosx \
    $* 2>&1 | tee make.jogl.all.macosx.log