diff options
author | Sven Gothel <[email protected]> | 2011-02-23 15:13:56 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 15:13:56 +0100 |
commit | 2ac4006de0af87a87bc4f37abb3ba763379da207 (patch) | |
tree | 059f6cab258a9208bfcd289bab9b83608c16848f /make/scripts/make.jogl.all.linux-x86_64.sh | |
parent | ef0ee0c8fcb794d0c81e37eee87cb5c7b281fc7a (diff) |
Inverse build attribute build.noarchive -> build.archiveon
Diffstat (limited to 'make/scripts/make.jogl.all.linux-x86_64.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-x86_64.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86_64.sh b/make/scripts/make.jogl.all.linux-x86_64.sh index 2b63ef0ab..577caeb14 100755 --- a/make/scripts/make.jogl.all.linux-x86_64.sh +++ b/make/scripts/make.jogl.all.linux-x86_64.sh @@ -29,14 +29,12 @@ fi # -Djogl.cg=1 # -Dc.compiler.debug=true \ -# -Dbuild.noarchives=true \ # -Dgluegen.cpptasks.detected.os=true \ # -DisUnix=true \ # -DisLinux=true \ # -DisLinuxAMD64=true \ # -DisX11=true \ -# -Dbuild.noarchives=true \ #LD_LIBRARY_PATH=/opt-linux-x86_64/mesa-7.8.1/lib64 #export LD_LIBRARY_PATH @@ -50,7 +48,6 @@ echo LIBXCB_ALLOW_SLOPPY_LOCK: $LIBXCB_ALLOW_SLOPPY_LOCK 2>&1 | tee -a $LOGF echo LIBGL_DRIVERS_PATH: $LIBGL_DRIVERS_PATH 2>&1 | tee -a $LOGF echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF -# -Dbuild.noarchives=true \ # -Dc.compiler.debug=true \ # -Djavacdebug="true" \ # -Djavacdebuglevel="source,lines,vars" \ @@ -58,7 +55,6 @@ echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF ant \ $CUSTOMLIBDIR \ -Djavacdebuglevel="source,lines,vars" \ - -Dbuild.noarchives=true \ -Djogl.cg=1 \ -Drootrel.build=build-x86_64 \ -DuseKD=true \ |