summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.macosx.sh
blob: f8c147cd6ef2cce80a45c6d2fbe0226799fee02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

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


#    -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