[Nice-commit] Nice/bin nicec.bat,1.10,1.11
Brought to you by:
bonniot
From: <ar...@us...> - 2003-06-30 15:22:11
|
Update of /cvsroot/nice/Nice/bin In directory sc8-pr-cvs1:/tmp/cvs-serv13983/F:/nice/bin Modified Files: nicec.bat Log Message: Update nicec.bat for new location of the main class of the compiler. Index: nicec.bat =================================================================== RCS file: /cvsroot/nice/Nice/bin/nicec.bat,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** nicec.bat 29 May 2003 21:10:14 -0000 1.10 --- nicec.bat 30 Jun 2003 15:22:07 -0000 1.11 *************** *** 39,43 **** :gotNice ! java -classpath %NICE%\nice.jar;%CLASSPATH% nice.tools.compiler.fun --runtime=%NICE%\nice.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 :end --- 39,43 ---- :gotNice ! java -classpath %NICE%\nice.jar;%CLASSPATH% nice.tools.compiler.console.fun --runtime=%NICE%\nice.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 :end |