Update of /cvsroot/instantobjects/Source/Design/D6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Design/D6
Modified Files:
DclIOCore.dpk
Log Message:
Changed relative paths to use '\' in Windows dpk files.
Index: DclIOCore.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Design/D6/DclIOCore.dpk,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** DclIOCore.dpk 24 Jul 2005 16:34:56 -0000 1.5
--- DclIOCore.dpk 3 Sep 2005 08:03:13 -0000 1.6
***************
*** 1,12 ****
package DclIOCore;
! {$I '../../InstantVersion.inc'}
! {$R '../../Core/InstantPresentation.dcr'}
! {$R '../../Core/InstantExplorer.dcr'}
! {$R '../../Core/InstantPersistence.dcr'}
! {$R '../../Core/InstantConnectionManager.dcr'}
! {$R '../../Core/InstantPump.dcr'}
! {$R '../../Core/InstantDBEvolution.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
--- 1,12 ----
package DclIOCore;
! {$I '..\..\InstantVersion.inc'}
! {$R '..\..\Core\InstantPresentation.dcr'}
! {$R '..\..\Core\InstantExplorer.dcr'}
! {$R '..\..\Core\InstantPersistence.dcr'}
! {$R '..\..\Core\InstantConnectionManager.dcr'}
! {$R '..\..\Core\InstantPump.dcr'}
! {$R '..\..\Core\InstantDBEvolution.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
|