Update of /cvsroot/instantobjects/Source/Design/K3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18385/Source/Design/K3
Modified Files:
DclIOCore.dpk
Log Message:
Changes for compatibility with Kylix3.
Index: DclIOCore.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Design/K3/DclIOCore.dpk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DclIOCore.dpk 22 Feb 2005 08:09:02 -0000 1.2
--- DclIOCore.dpk 21 Mar 2005 16:48:06 -0000 1.3
***************
*** 3,7 ****
--- 3,9 ----
{$R *.res}
{$R '../../Core/InstantPresentation.dcr'}
+ {$R '../../Core/InstantExplorer.dcr'}
{$R '../../Core/InstantPersistence.dcr'}
+ {$R '../../Core/InstantPump.dcr'}
{$R '../../Core/InstantConnectionManager.dcr'}
{$ALIGN 8}
***************
*** 27,31 ****
{$IMAGEBASE $400000}
{$DESCRIPTION 'InstantObjects Design-Time Package (Kylix 3)'}
- {$LIBSUFFIX '_K3'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
--- 29,32 ----
***************
*** 48,51 ****
--- 49,53 ----
InstantEdit in '../InstantEdit.pas' {InstantEditForm},
InstantModelExpert in '../InstantModelExpert.pas',
+ InstantModelExplorer in '../InstantModelExplorer.pas',
InstantOTA in '../InstantOTA.pas',
InstantReg in '../InstantReg.pas',
|