|
From: <mik...@us...> - 2003-07-30 16:35:51
|
Update of /cvsroot/nmock/nmock In directory sc8-pr-cvs1:/tmp/cvs-serv4737 Modified Files: build.bat Log Message: Adding CruiseControl.NET bootstrap build file Index: build.bat =================================================================== RCS file: /cvsroot/nmock/nmock/build.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.bat 14 Dec 2002 21:28:09 -0000 1.1 --- build.bat 30 Jul 2003 15:51:45 -0000 1.2 *************** *** 1,2 **** @echo off ! tools\NAnt.exe %* --- 1,2 ---- @echo off ! tools\NAnt.exe -buildfile:nmock.build %* |