[ActiveLock-Development] CVS: activelock/examples/example1 ALTestApp.vbp,1.1,1.2
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-09-22 03:09:21
|
Update of /cvsroot/activelock/activelock/examples/example1 In directory sc8-pr-cvs1:/tmp/cvs-serv12412 Modified Files: ALTestApp.vbp Log Message: Added conditional compilation flag for easy debugging. Need to remember to take this flag off for the release build. Index: ALTestApp.vbp =================================================================== RCS file: /cvsroot/activelock/activelock/examples/example1/ALTestApp.vbp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ALTestApp.vbp 15 Aug 2003 18:56:09 -0000 1.1 +++ ALTestApp.vbp 22 Sep 2003 03:09:18 -0000 1.2 @@ -6,8 +6,8 @@ UserControl=atViewPort.ctl Module=modMain; modMain.bas Module=modActiveLock; ..\..\src\modActiveLock.bas -ResFile32="atDisplay.RES" Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX +ResFile32="atDisplay.RES" IconForm="frmMain" Startup="frmMain" HelpFile="" @@ -23,6 +23,7 @@ AutoIncrementVer=0 ServerSupportFiles=0 VersionCompanyName="The ActiveLock Software Group" +CondComp="AL_DEBUG = 1" CompilationType=0 OptimizationType=0 FavorPentiumPro(tm)=0 |