Skip to content

Commit

Permalink
add osx-java6 script: using separate rootrel.build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Jul 13, 2015
1 parent 1744ccc commit 35babe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions make/scripts/make.jogl.all.macosx-java6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions make/scripts/make.jogl.all.macosx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 35babe7

Please sign in to comment.