From: Carlo B. <car...@us...> - 2005-02-10 23:06:56
|
Update of /cvsroot/instantobjects/Demos/Intro In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv436/Demos/Intro Modified Files: Intro.dof Log Message: Porting to Delphi 5 Index: Intro.dof =================================================================== RCS file: /cvsroot/instantobjects/Demos/Intro/Intro.dof,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Intro.dof 2 Feb 2004 20:55:16 -0000 1.1 --- Intro.dof 10 Feb 2005 23:06:09 -0000 1.2 *************** *** 29,32 **** --- 29,33 ---- ShowWarnings=1 UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; + [Linker] MapFile=0 *************** *** 39,42 **** --- 40,44 ---- ImageBase=4194304 ExeDescription= + [Directories] OutputDir= *************** *** 44,59 **** PackageDLLOutputDir= PackageDCPOutputDir= ! SearchPath=$(DELPHI)\Lib\Debug Packages=VCL50;VCLX50;VCLSMP50;VCLDB50;VCLADO50;ibevnt50;VCLBDE50;VCLDBX50;QRPT50;TEEUI50;TEEDB50;TEE50;DSS50;TEEQR50;VCLIB50;VCLIE50;INETDB50;INET50;VCLMID50;NMFAST50;WEBMID50;dclocx50;dclaxserver50;Orbit50;Bgo23;Bgo22;RBTDBC51;RBRCL45;RBCIDE45;RBIDE45;RBBDE45;RBUSER45;RBDB45;dclRBA45;RBDAD45;dclRBI45;TSDG5201;TSG5201 Conditionals= DebugSourceDirs= UsePackages=0 [Parameters] RunParams= HostApplication= [Language] ActiveLang= ProjectLang=$00000406 RootDir= [Version Info] IncludeVerInfo=0 --- 46,64 ---- PackageDLLOutputDir= PackageDCPOutputDir= ! SearchPath=$(DELPHI)\Lib\Debug;..\..\Source\Brokers\BDE Packages=VCL50;VCLX50;VCLSMP50;VCLDB50;VCLADO50;ibevnt50;VCLBDE50;VCLDBX50;QRPT50;TEEUI50;TEEDB50;TEE50;DSS50;TEEQR50;VCLIB50;VCLIE50;INETDB50;INET50;VCLMID50;NMFAST50;WEBMID50;dclocx50;dclaxserver50;Orbit50;Bgo23;Bgo22;RBTDBC51;RBRCL45;RBCIDE45;RBIDE45;RBBDE45;RBUSER45;RBDB45;dclRBA45;RBDAD45;dclRBI45;TSDG5201;TSG5201 Conditionals= DebugSourceDirs= UsePackages=0 + [Parameters] RunParams= HostApplication= + [Language] ActiveLang= ProjectLang=$00000406 RootDir= + [Version Info] IncludeVerInfo=0 *************** *** 70,73 **** --- 75,79 ---- Locale=1030 CodePage=1252 + [Version Info Keys] CompanyName= *************** *** 81,89 **** ProductVersion=1.0.0.0 Comments= ! [Excluded Packages] ! $(DELPHI)\Projects\Bpl\dclDAD45.bpl=ReportBuilder Data Access Environment [HistoryLists\hlUnitAliases] Count=1 Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; [HistoryLists\hlSearchPath] Count=1 --- 87,95 ---- ProductVersion=1.0.0.0 Comments= ! [HistoryLists\hlUnitAliases] Count=1 Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; + [HistoryLists\hlSearchPath] Count=1 |