[ActiveLock-Development] CVS: activelock/src ActiveLock2.vbp,1.1,1.2
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-09-22 02:14:18
|
Update of /cvsroot/activelock/activelock/src In directory sc8-pr-cvs1:/tmp/cvs-serv2628 Modified Files: ActiveLock2.vbp Log Message: - Rev'd version to 2.0.2 - Added conditional compilation flag for easy debugging. Need to remember to take this flag off for the release build. Index: ActiveLock2.vbp =================================================================== RCS file: /cvsroot/activelock/activelock/src/ActiveLock2.vbp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ActiveLock2.vbp 7 Aug 2003 17:30:59 -0000 1.1 +++ ActiveLock2.vbp 22 Sep 2003 02:14:14 -0000 1.2 @@ -20,7 +20,7 @@ Module=modWindowsSerial; modWindowsSerial.bas Module=modComputerName; modComputerName.bas Startup="(None)" -HelpFile="" +HelpFile="ActiveLock2.chm" Title="ActiveLock2" ExeName32="ActiveLock2.dll" Command32="" @@ -31,12 +31,13 @@ VersionCompatible32="1" MajorVer=2 MinorVer=0 -RevisionVer=0 +RevisionVer=2 AutoIncrementVer=0 ServerSupportFiles=0 VersionCompanyName="The ActiveLock Software Group" VersionLegalCopyright="Copyright © 2003" VersionProductName="ActiveLock" +CondComp="AL_DEBUG = 1" CompilationType=0 OptimizationType=0 FavorPentiumPro(tm)=0 |