diff options
author | Sven Gothel <[email protected]> | 2014-01-25 15:46:55 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-25 15:46:55 +0100 |
commit | 23183ccf782c0252957c8d9cf2b51f70b9815acf (patch) | |
tree | 6fad656e8e2c86b4ba4ec61155ac91886230ba49 /make/scripts | |
parent | b301cf2b1d6543b12dcd6da528c4f94385655f55 (diff) |
Add '-b${joal.build.number}' to joal.version / archive.name ; Produce jar and apk files in ${build}/jar
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.joal.all.linux-x86_64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.linux-x86_64.sh b/make/scripts/make.joal.all.linux-x86_64.sh index b2d4505..cf113e2 100755 --- a/make/scripts/make.joal.all.linux-x86_64.sh +++ b/make/scripts/make.joal.all.linux-x86_64.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-x86_64 \ $* 2>&1 | tee make.joal.all.linux-x86_64.log |