diff options
author | Sven Gothel <[email protected]> | 2011-02-03 05:23:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-03 05:23:57 +0100 |
commit | 0bc0f0219a7443ac721d15ad38508ecb4a50f26d (patch) | |
tree | a0ba1eff8edc3d96c697cc784e4eb8bf9fa610d4 /make/scripts/java-win64.bat | |
parent | 7274b21b07bab263ad6df558b206dd4fa42f7472 (diff) |
Expose provided SWT jars to SWT_CLASSPATH for test scripts
Diffstat (limited to 'make/scripts/java-win64.bat')
-rwxr-xr-x | make/scripts/java-win64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/java-win64.bat b/make/scripts/java-win64.bat index b4cc3d120..e931bb38e 100755 --- a/make/scripts/java-win64.bat +++ b/make/scripts/java-win64.bat @@ -9,7 +9,7 @@ set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH% set BLD_DIR=..\%BLD_SUB%
set LIB_DIR=%BLD_DIR%\lib;..\..\gluegen\%BLD_SUB%\obj
-set CP_ALL=.;%BLD_DIR%\jogl\jogl.all.jar;%BLD_DIR%\nativewindow\nativewindow.all.jar;%BLD_DIR%\newt\newt.all.jar;%BLD_DIR%\jogl\jogl.test.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\make\lib\junit.jar;%ANT_PATH%\lib\ant.jar;%ANT_PATH%\lib\ant-junit.jar
+set CP_ALL=.;%BLD_DIR%\jogl\jogl.all.jar;%BLD_DIR%\nativewindow\nativewindow.all.jar;%BLD_DIR%\newt\newt.all.jar;%BLD_DIR%\jogl\jogl.test.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\make\lib\junit.jar;%ANT_PATH%\lib\ant.jar;%ANT_PATH%\lib\ant-junit.jar;%BLD_DIR%\..\make\lib\swt\win32-win32-x86_64\swt-debug.jar
echo CP_ALL %CP_ALL%
set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true"
|