[ActiveLock-Development] CVS: activelock2/src _build.bat,NONE,1.1
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-08-04 11:59:29
|
Update of /cvsroot/activelock/activelock2/src In directory sc8-pr-cvs1:/tmp/cvs-serv18227 Added Files: _build.bat Log Message: Build file - used to compile ActiveLock2.dll, generate VBDox, (and possibly create release distribution). --- NEW FILE: _build.bat --- SETLOCAL rem Build ActiveLock2.dll rem Make sure we unregister it before rebuilding, so that we don't leave old junk old version stuff in the Registry regsvr32 /u ActiveLock2.dll rem Make the DLL. Need to make sure vb6.exe is in our system PATH vb6.exe /make ActiveLock2.vbp rem TODO: Build VBDox |