diff options
author | Sven Gothel <[email protected]> | 2010-12-12 07:54:24 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-12 07:54:24 +0100 |
commit | 994d64debb649ee73ee013b1fbcda22376f4eb6c (patch) | |
tree | 8795c0dbe359cee2870b44b28ff6dbbc385c7a9d /make/scripts/java-win32-dbg.bat | |
parent | d720b43f8c75753e5ceed94c234688266786ba08 (diff) |
script updates
Diffstat (limited to 'make/scripts/java-win32-dbg.bat')
-rwxr-xr-x | make/scripts/java-win32-dbg.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/java-win32-dbg.bat b/make/scripts/java-win32-dbg.bat index 92bc62d81..e9a249406 100755 --- a/make/scripts/java-win32-dbg.bat +++ b/make/scripts/java-win32-dbg.bat @@ -17,7 +17,8 @@ REM set D_ARGS="-Djogamp.debug.JNILibLoader=true" "-Djogamp.debug.NativeLibrary= REM set D_ARGS="-Djogl.debug=all" "-Dnewt.debug=all" "-Dnativewindow.debug=all"
REM set D_ARGS="-Dnewt.debug.Window" "-Dnativewindow.debug.TraceLock"
REM set D_ARGS="-Dnativewindow.debug.TraceLock"
-set D_ARGS="-Dnewt.debug.Window" "-Dnewt.debug.Display"
+REM set D_ARGS="-Dnewt.debug.Window" "-Dnewt.debug.Display"
+set D_ARGS="-Djogl.debug=all"
REM set D_ARGS="-Dnewt.debug.Window" "-Dnewt.debug.Display" "-Dnewt.test.Window.reparent.incompatible=true"
set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true"
|