diff options
Diffstat (limited to 'make/make.gluegen.all.macosx.sh')
-rw-r--r-- | make/make.gluegen.all.macosx.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/make/make.gluegen.all.macosx.sh b/make/make.gluegen.all.macosx.sh new file mode 100644 index 0000000..3086733 --- /dev/null +++ b/make/make.gluegen.all.macosx.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +if [ -e /devtools/etc/profile.ant ] ; then + . /devtools/etc/profile.ant +fi + +# -Dc.compiler.debug=true + +ant -v \ + -Drootrel.build=build-macosx \ + $* 2>&1 | tee make.gluegen.all.macosx-x86.log |