diff options
Diffstat (limited to 'make/scripts/make.jogl.all.macosx-java6.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx-java6.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/scripts/make.jogl.all.macosx-java6.sh b/make/scripts/make.jogl.all.macosx-java6.sh index 2dfcb372e..4dd4a2619 100755 --- a/make/scripts/make.jogl.all.macosx-java6.sh +++ b/make/scripts/make.jogl.all.macosx-java6.sh @@ -25,6 +25,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.jogl.all.macosx.log + -Drootrel.build=build-macosx-java6 \ + $* 2>&1 | tee make.jogl.all.macosx-java6.log |