summaryrefslogtreecommitdiffstats
path: root/make/java-run-newt.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-22 16:19:34 +0200
committerSven Gothel <[email protected]>2010-04-22 16:19:34 +0200
commit94c4ef007321f24177b32174d1ab24c91271da1f (patch)
tree2c95c01405f7305429662b9f6b2309a8705aae17 /make/java-run-newt.sh
parent11ddcfe64ab2ef99f51bdd44e598703995662ae2 (diff)
Migrating gl2/gl3/gl4 -> gldesktop. Use JOGL_GLDESKTOP_.. when using profile.jogl script
Diffstat (limited to 'make/java-run-newt.sh')
-rwxr-xr-xmake/java-run-newt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/java-run-newt.sh b/make/java-run-newt.sh
index cb256e273..384cf24c8 100755
--- a/make/java-run-newt.sh
+++ b/make/java-run-newt.sh
@@ -7,7 +7,7 @@ function print_usage() {
if [ -z "$1" ] ; then
echo JOGL BUILD DIR missing
print_usage
- return
+ exit
fi
. ./setenv-jogl.sh $1
@@ -21,7 +21,7 @@ if [ $MOSX -eq 1 ] ; then
fi
# 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 -Djogl.debug=all -Dnewt.debug=all -Djogl.debug.GLSLState"
# D_ARGS="-Dnativewindow.debug.X11Util=true -Djogl.debug.GLDrawableFactory=true"
# D_ARGS="-Dnativewindow.debug.X11Util=true"