diff options
author | Sven Gothel <[email protected]> | 2015-07-11 01:25:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-11 01:25:36 +0200 |
commit | 737c9b06c1d244ee7693f29851d07745b731b0c5 (patch) | |
tree | 62f57688b4f21c0e4a4df447dee97f273f07b70d /make/scripts/make.joal.all.macosx.sh | |
parent | 5e2a1f0e55abd4f4ed6b5ed9cece08b0550a0076 (diff) |
add osx-java6 script: using separate rootrel.build
Diffstat (limited to 'make/scripts/make.joal.all.macosx.sh')
-rwxr-xr-x | make/scripts/make.joal.all.macosx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.macosx.sh b/make/scripts/make.joal.all.macosx.sh index 192ad1b..466bf61 100755 --- a/make/scripts/make.joal.all.macosx.sh +++ b/make/scripts/make.joal.all.macosx.sh @@ -17,6 +17,7 @@ export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar #export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" +#BUILD_ARCHIVE=true \ ant \ -Drootrel.build=build-macosx \ $* 2>&1 | tee make.joal.all.macosx.log |