diff options
author | Sven Gothel <[email protected]> | 2011-06-12 04:00:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-06-12 04:00:21 +0200 |
commit | d578d3c3f1d3d8df4912ec259a186bfe562a448c (patch) | |
tree | 26696592673ba16d05af962bf5e87e6f4687b2df /make/scripts/make.jogl.all.linux-x86_64.sh | |
parent | bd1c8685d10a82108f959aae5a2f39b5570446be (diff) |
Minor editing (compile script, X11Window.c - cleanups)
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 b89de7465..aab3eecae 100755 --- a/make/scripts/make.jogl.all.linux-x86_64.sh +++ b/make/scripts/make.jogl.all.linux-x86_64.sh @@ -52,7 +52,7 @@ echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF # -Djavacdebug="true" \ # -Djavacdebuglevel="source,lines,vars" \ -BUILD_ARCHIVE=true \ +# BUILD_ARCHIVE=true \ ant \ $CUSTOMLIBDIR \ -Djavacdebuglevel="source,lines,vars" \ |