diff options
author | Sven Gothel <[email protected]> | 2019-04-05 07:49:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-05 07:49:51 +0200 |
commit | b52335c4c550aa8a9fd0007563f89dd8a04dc81c (patch) | |
tree | ab03b403c21fe24a5519dc0c4d4691b2060e2c40 /make/scripts/tests-x32-dbg.bat | |
parent | 4cc7d45ad7e7e35b73afe7ddeb9dcf06893e7cb9 (diff) |
Bug 1362: build/test: Use new SWT 4.10 swt.jar (instead of swt-debug.jar)
Diffstat (limited to 'make/scripts/tests-x32-dbg.bat')
-rwxr-xr-x | make/scripts/tests-x32-dbg.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32-dbg.bat b/make/scripts/tests-x32-dbg.bat index bd5383a7b..2b3e851b1 100755 --- a/make/scripts/tests-x32-dbg.bat +++ b/make/scripts/tests-x32-dbg.bat @@ -25,7 +25,7 @@ set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;%FFMPEG_LIB%;%PATH% REM set LIB_DIR=%BLD_DIR%\lib;..\..\gluegen\%BLD_SUB%\obj
set LIB_DIR=
-set CP_ALL=.;%BLD_DIR%\jar\jogl-all.jar;%BLD_DIR%\jar\atomic\oculusvr.jar;%BLD_DIR%\jar\jogl-test.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\%BLD_SUB%\gluegen-test-util.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\swt-debug.jar
+set CP_ALL=.;%BLD_DIR%\jar\jogl-all.jar;%BLD_DIR%\jar\atomic\oculusvr.jar;%BLD_DIR%\jar\jogl-test.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\%BLD_SUB%\gluegen-test-util.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\swt.jar
echo CP_ALL %CP_ALL%
|