[ActiveLock-Development] CVS: alutil ActiveLockUtil.vbp,1.1,1.2
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-10-13 04:56:54
|
Update of /cvsroot/activelock/alutil In directory sc8-pr-cvs1:/tmp/cvs-serv28258 Modified Files: ActiveLockUtil.vbp Log Message: Use /activelock/bin/alutil.dll for binary compatibility. Index: ActiveLockUtil.vbp =================================================================== RCS file: /cvsroot/activelock/alutil/ActiveLockUtil.vbp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ActiveLockUtil.vbp 19 Aug 2003 04:45:58 -0000 1.1 +++ ActiveLockUtil.vbp 13 Oct 2003 04:56:46 -0000 1.2 @@ -8,15 +8,15 @@ ExeName32="alutil.dll" Command32="" Name="ActiveLockUtil" -Description="ActiveLock Helper Library" HelpContextID="0" +Description="ActiveLock Helper Library" CompatibleMode="2" -CompatibleEXE32="alutil.dll" +CompatibleEXE32="..\activelock\bin\alutil.dll" VersionCompatible32="1" MajorVer=2 MinorVer=0 -RevisionVer=2 -AutoIncrementVer=1 +RevisionVer=3 +AutoIncrementVer=0 ServerSupportFiles=0 VersionCompanyName="The ActiveLock Software Group" VersionFileDescription="A Collection of useful classes used by ActiveLock." |