diff options
author | Sven Gothel <[email protected]> | 2011-05-16 03:28:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-16 03:28:25 +0200 |
commit | 2f89bf30607281bb8dc0a07b185fa403b9b0f093 (patch) | |
tree | 163a5b866d5982a7fb595df2bfdff22c2f11c72e /make/scripts/make.jogl.all.linux-x86_64.sh | |
parent | b58d6d6ccf9c622f2377cf6c0c3487a8897aba6d (diff) |
build: Query git branch/sha1 and use it if not set and tools are available; Add Java source zip file.
Query git branch/sha1 and use it if not set and tools are available.
This shall improve tracking of manual generated binaries/bundles.
Add Java source zip file. Contains all Java source code (incl. generated ones) enhancing
IDE usage, where API doc and source browsing of libs is supported (NB/Eclipse/etc).
Diffstat (limited to 'make/scripts/make.jogl.all.linux-x86_64.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-x86_64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86_64.sh b/make/scripts/make.jogl.all.linux-x86_64.sh index 577caeb14..2b51f00d8 100755 --- a/make/scripts/make.jogl.all.linux-x86_64.sh +++ b/make/scripts/make.jogl.all.linux-x86_64.sh @@ -52,9 +52,9 @@ echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF # -Djavacdebug="true" \ # -Djavacdebuglevel="source,lines,vars" \ +# BUILD_ARCHIVE=true \ ant \ $CUSTOMLIBDIR \ - -Djavacdebuglevel="source,lines,vars" \ -Djogl.cg=1 \ -Drootrel.build=build-x86_64 \ -DuseKD=true \ |