diff options
author | Sven Gothel <[email protected]> | 2010-05-12 00:25:55 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-12 00:25:55 +0200 |
commit | 5f84e790dd0b1bdd13bd27d5ef78448897b9324d (patch) | |
tree | df4c7d83656ee6fde4e23ce345899453b905d1d7 /make/scripts/java-win32.bat | |
parent | 3ab87cbbad28b9f90bb83981aab73ccf478dc929 (diff) |
Use gluegen's junit.jar and antlr.jar if not specified otherwise in /home/sven/gluegen.properties
Diffstat (limited to 'make/scripts/java-win32.bat')
-rw-r--r-- | make/scripts/java-win32.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/java-win32.bat b/make/scripts/java-win32.bat index b21d13ba1..977f39f0f 100644 --- a/make/scripts/java-win32.bat +++ b/make/scripts/java-win32.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=..\..\gluegen\%BLD_SUB%\obj;%BLD_DIR%\nativewindow\obj;%BLD_DIR%\jogl\obj;%BLD_DIR%\newt\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-4.5.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
echo CP_ALL %CP_ALL%
|