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