diff options
author | Sven Gothel <[email protected]> | 2011-10-22 16:31:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-22 16:31:54 +0200 |
commit | f9aaf05984dcfabe7d3c28e6b1f650ad07c71463 (patch) | |
tree | 342048d40faff188b83d3911fdde858754fe73fb /make/scripts/make.jogl.all.macosx.sh | |
parent | a4471d6d8df79b32f22a8ba9f4d743b74fa124e9 (diff) |
update build.xml (jogl.cg.jar location) and manual compile scripts
Diffstat (limited to 'make/scripts/make.jogl.all.macosx.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.jogl.all.macosx.sh b/make/scripts/make.jogl.all.macosx.sh index 02f8ccc..716e32b 100755 --- a/make/scripts/make.jogl.all.macosx.sh +++ b/make/scripts/make.jogl.all.macosx.sh @@ -1,10 +1,10 @@ #! /bin/sh -. /devtools/etc/profile.ant +SDIR=`dirname $0` # -Dc.compiler.debug=true +# -Djogl.cg=1 \ ant -v \ - -Djogl.cg=1 \ -Drootrel.build=build-macosx \ $* 2>&1 | tee make.jogl.all.macosx.log |