aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-07-13 20:15:21 +0200
committerSven Gothel <[email protected]>2015-07-13 20:15:21 +0200
commit35babe791b5c6db8a5dccac3a8f57e4f18d79d76 (patch)
treec5d11de319a01838d614ebd2135551f900ecf43b /make/scripts
parent1744cccaa63fa27b399b032c7767de2115ba2c7a (diff)
add osx-java6 script: using separate rootrel.build
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/make.jogl.all.macosx-java6.sh5
-rwxr-xr-xmake/scripts/make.jogl.all.macosx.sh1
2 files changed, 4 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
diff --git a/make/scripts/make.jogl.all.macosx.sh b/make/scripts/make.jogl.all.macosx.sh
index dd5415b78..aa85b9213 100755
--- a/make/scripts/make.jogl.all.macosx.sh
+++ b/make/scripts/make.jogl.all.macosx.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