From edbff99164a350a0147a5c8617cef9a86f7a2749 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 5 May 2010 17:28:52 +0200 Subject: Cleanup: Move scripts into their folder --- make/scripts/make.gluegen.all.macosx.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 make/scripts/make.gluegen.all.macosx.sh (limited to 'make/scripts/make.gluegen.all.macosx.sh') diff --git a/make/scripts/make.gluegen.all.macosx.sh b/make/scripts/make.gluegen.all.macosx.sh new file mode 100644 index 0000000..1078cec --- /dev/null +++ b/make/scripts/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.log -- cgit v1.2.3