summaryrefslogtreecommitdiffstats
path: root/java-dbg-newt.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-05 17:25:41 +0200
committerSven Gothel <[email protected]>2010-05-05 17:25:41 +0200
commitc1e032e22be5702fc6c34bf02317f62fb0649247 (patch)
treebf014a04fce6586a427f06d8a7aabe7ab32af066 /java-dbg-newt.sh
parentd855f8c8988aa2d26fb7f06361665b4a75211e83 (diff)
Fix URLs
Diffstat (limited to 'java-dbg-newt.sh')
-rwxr-xr-xjava-dbg-newt.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/java-dbg-newt.sh b/java-dbg-newt.sh
index 4d208bc..75e1506 100755
--- a/java-dbg-newt.sh
+++ b/java-dbg-newt.sh
@@ -14,9 +14,10 @@ fi
if [ $CPOK -eq 0 ] ; then
echo No JOGL in CLASSPATH
else
- # D_ARGS="-Dgluegen.debug.ProcAddressHelper=true -Dgluegen.debug.NativeLibrary=true -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all"
+ # D_ARGS="-Dgluegen.debug.ProcAddressHelper=true -Dgluegen.debug.NativeLibrary=true"
+ D_ARGS="-Dgluegen.debug.ProcAddressHelper=true -Dgluegen.debug.NativeLibrary=true -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all"
# D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Djogl.debug.GLSLState"
- D_ARGS="-Dnativewindow.debug=all -Dnewt.debug=all"
+ # D_ARGS="-Dnativewindow.debug=all -Dnewt.debug=all"
#D_ARGS="-Dnativewindow.debug.X11Util=true -Djogl.debug.GLDrawableFactory=true"
#D_ARGS="-Dnativewindow.debug.X11Util=true"
if [ $MOSX -eq 1 ] ; then