From c719d9420ca0205acf4a691e13687a0354018cb9 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 19 Dec 2011 01:55:51 +0100 Subject: Add macosx build script --- scripts/make.jocl.all.macosx.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/make.jocl.all.macosx.sh (limited to 'scripts') diff --git a/scripts/make.jocl.all.macosx.sh b/scripts/make.jocl.all.macosx.sh new file mode 100644 index 00000000..195164b8 --- /dev/null +++ b/scripts/make.jocl.all.macosx.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +SDIR=`dirname $0` + +if [ -e /opt-share/etc/profile.ant ] ; then + . /opt-share/etc/profile.ant +fi + +ant \ + -Drootrel.build=build-macosx \ + $* 2>&1 | tee make.jocl.all.macosx.log -- cgit v1.2.3