diff options
Diffstat (limited to 'make/make.jogl.all.macosx.sh')
-rw-r--r-- | make/make.jogl.all.macosx.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/make.jogl.all.macosx.sh b/make/make.jogl.all.macosx.sh new file mode 100644 index 000000000..e7a5ee37b --- /dev/null +++ b/make/make.jogl.all.macosx.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. /devtools/etc/profile.ant + +# -Dc.compiler.debug=true + +ant -v \ + -Drootrel.build=build-macosx \ + $* 2>&1 | tee make.jogl.all.macosx.log |