[ActiveLock-Development] CVS: activelock build.bat,1.2,1.3
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-10-13 08:59:24
|
Update of /cvsroot/activelock/activelock In directory sc8-pr-cvs1:/tmp/cvs-serv31828 Modified Files: build.bat Log Message: re-register activelock2.dll immediately after successful compile. Index: build.bat =================================================================== RCS file: /cvsroot/activelock/activelock/build.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- build.bat 13 Oct 2003 08:44:43 -0000 1.2 +++ build.bat 13 Oct 2003 08:59:20 -0000 1.3 @@ -76,14 +76,14 @@ echo Compiling activelock2.dll... vb6.exe /make src\ActiveLock2.vbp /out build.log if errorlevel == 1 goto error -copy src\activelock2.dll bin\ regsvr32 /s /u src\activelock2.dll +copy src\activelock2.dll bin\ +regsvr32 /s bin\activelock2.dll echo The build will now pause for you to update ALTestApp with the new activelock2.dll checksum. pause if "%1" == "compile-activelock" goto done :compile-alugen -regsvr32 /s bin\activelock2.dll echo Unregistering alugen.dll... regsvr32 /s /u ..\alugen\lib\alugen.dll echo Compiling alugen.dll... |