[ActiveLock-Development] CVS: activelock build.bat,1.1,1.2
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-10-13 08:44:47
|
Update of /cvsroot/activelock/activelock In directory sc8-pr-cvs1:/tmp/cvs-serv29807 Modified Files: build.bat Log Message: Uncommented pause line after activelock2.dll compilation. Index: build.bat =================================================================== RCS file: /cvsroot/activelock/activelock/build.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- build.bat 13 Oct 2003 08:31:58 -0000 1.1 +++ build.bat 13 Oct 2003 08:44:43 -0000 1.2 @@ -79,7 +79,7 @@ copy src\activelock2.dll bin\ regsvr32 /s /u src\activelock2.dll echo The build will now pause for you to update ALTestApp with the new activelock2.dll checksum. -rem pause +pause if "%1" == "compile-activelock" goto done :compile-alugen |