Update of /cvsroot/instantobjects/Source/Design/K3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv976/Source/Design/K3
Modified Files:
DclIOCore.dpk
Log Message:
Fixes for Kylix 3
Index: DclIOCore.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Design/K3/DclIOCore.dpk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DclIOCore.dpk 21 Mar 2005 16:48:06 -0000 1.3
--- DclIOCore.dpk 16 Sep 2005 17:22:18 -0000 1.4
***************
*** 5,10 ****
{$R '../../Core/InstantExplorer.dcr'}
{$R '../../Core/InstantPersistence.dcr'}
- {$R '../../Core/InstantPump.dcr'}
{$R '../../Core/InstantConnectionManager.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
--- 5,11 ----
{$R '../../Core/InstantExplorer.dcr'}
{$R '../../Core/InstantPersistence.dcr'}
{$R '../../Core/InstantConnectionManager.dcr'}
+ {$R '../../Core/InstantPump.dcr'}
+ {$R '../../Core/InstantDBEvolution.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
***************
*** 23,32 ****
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
! {$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
! {$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'InstantObjects Design-Time Package (Kylix 3)'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
--- 24,34 ----
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
! {$TYPEDADDRESS ON}
{$VARSTRINGCHECKS ON}
! {$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'InstantObjects Design-Time Package (Kylix 3)'}
+ {$LIBPREFIX ''}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
***************
*** 49,53 ****
InstantEdit in '../InstantEdit.pas' {InstantEditForm},
InstantModelExpert in '../InstantModelExpert.pas',
! InstantModelExplorer in '../InstantModelExplorer.pas',
InstantOTA in '../InstantOTA.pas',
InstantReg in '../InstantReg.pas',
--- 51,55 ----
InstantEdit in '../InstantEdit.pas' {InstantEditForm},
InstantModelExpert in '../InstantModelExpert.pas',
! InstantModelExplorer in '../InstantModelExplorer.pas' {InstantModelExplorerForm},
InstantOTA in '../InstantOTA.pas',
InstantReg in '../InstantReg.pas',
|