diff options
author | Sven Gothel <[email protected]> | 2011-12-07 01:40:03 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-07 01:40:03 +0100 |
commit | d9bbbbad1130bbe74856ecedb7cf1d2cc124b352 (patch) | |
tree | 26e1d136ecec9be94312c041ea62179c6c042822 /etc/test.sh | |
parent | e07315e1eb7113e5bc02c1b092ecd94380104725 (diff) |
Update etc/test* scripts: Remove native lib config, use native-jars. Remove old JOGL jars in classpath
Diffstat (limited to 'etc/test.sh')
-rwxr-xr-x | etc/test.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/test.sh b/etc/test.sh index dcef0f488..1912a9514 100755 --- a/etc/test.sh +++ b/etc/test.sh @@ -12,15 +12,9 @@ echo LIBGL_DRIVERS_PATH: $LIBGL_DRIVERS_PATH 2>&1 | tee -a $logfile echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $logfile echo java $X_ARGS $D_ARGS $* 2>&1 | tee -a $logfile -CLASSPATH=jar/gluegen-rt.jar:jar/nativewindow.all.jar:jar/jogl.all.jar:jar/newt.all.jar +CLASSPATH=jar/gluegen-rt.jar:jar/jogl.all.jar export CLASSPATH -export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH -export DYLD_LIBRARY_PATH=./lib:$DYLD_LIBRARY_PATH -echo LD_LIBRARY PATH: $LD_LIBRARY_PATH -echo DYLD_LIBRARY PATH: $DYLD_LIBRARY_PATH -echo - echo CLASSPATH: $CLASSPATH echo |