From: Femi F. <fad...@us...> - 2005-07-06 01:28:01
|
Update of /cvsroot/instantobjects/Source/Design/D5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6800/Source/Design/D5 Modified Files: DclIOCore.cfg DclIOCore.dof Log Message: 1. Replaced InstantConnectionManagerForm with InstantConnectionManagerFormUnit 2. ifdef variant 3. Replace SequenceListView.Clear with SequenceListView.Items.Clear (InstantCustomDBEvolverFormUnit) 4. Add sLineBreak constant to InstantConst.pas 5. Add InstantConsts to uses clause in InstantDBBuilderFormUnit 6. Created D5 folder and rename packages for IBFB and MSSQL Catalogs 7. Added {$IFDEF VER130} FileCtrl, {$ENDIF} to InstantXML Index: DclIOCore.dof =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/D5/DclIOCore.dof,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DclIOCore.dof 5 Mar 2005 04:31:25 -0000 1.2 --- DclIOCore.dof 6 Jul 2005 01:27:29 -0000 1.3 *************** *** 29,33 **** ShowWarnings=1 UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; - [Linker] MapFile=0 --- 29,32 ---- *************** *** 40,44 **** ImageBase=4194304 ExeDescription=InstantObjects Design-Time Package (Delphi 5) - [Directories] OutputDir= --- 39,42 ---- *************** *** 51,64 **** DebugSourceDirs= UsePackages=0 - [Parameters] RunParams= HostApplication= - - [Language] - ActiveLang= - ProjectLang=$00000410 - RootDir= - [Version Info] IncludeVerInfo=1 --- 49,55 ---- *************** *** 75,79 **** Locale=1040 CodePage=1252 - [Version Info Keys] CompanyName= --- 66,69 ---- Index: DclIOCore.cfg =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/D5/DclIOCore.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DclIOCore.cfg 5 Mar 2005 04:31:25 -0000 1.2 --- DclIOCore.cfg 6 Jul 2005 01:27:29 -0000 1.3 *************** *** 32,36 **** -$M16384,1048576 -K$00400000 ! -LE"c:\programmi\borland\delphi5\Projects\Bpl" ! -LN"c:\programmi\borland\delphi5\Projects\Bpl" -Z --- 32,36 ---- -$M16384,1048576 -K$00400000 ! -LE"c:\borland\delphi5\Projects\Bpl" ! -LN"c:\borland\delphi5\Projects\Bpl" -Z |