Update of /cvsroot/instantobjects/Source/Brokers/BDE/D6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Brokers/BDE/D6
Modified Files:
DclIOBDE.dpk IOBDE.dpk
Log Message:
Changed relative paths to use '\' in Windows dpk files.
Index: DclIOBDE.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D6/DclIOBDE.dpk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DclIOBDE.dpk 24 Jul 2005 16:34:48 -0000 1.2
--- DclIOBDE.dpk 3 Sep 2005 08:03:10 -0000 1.3
***************
*** 1,7 ****
package DclIOBDE;
! {$I '../../../InstantVersion.inc'}
! {$R '../InstantBDE.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
--- 1,7 ----
package DclIOBDE;
! {$I '..\..\..\InstantVersion.inc'}
! {$R '..\InstantBDE.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
Index: IOBDE.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D6/IOBDE.dpk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** IOBDE.dpk 26 Aug 2005 07:15:54 -0000 1.3
--- IOBDE.dpk 3 Sep 2005 08:03:10 -0000 1.4
***************
*** 1,5 ****
package IOBDE;
! {$I '../../../InstantVersion.inc'}
{$ALIGN 8}
--- 1,5 ----
package IOBDE;
! {$I '..\..\..\InstantVersion.inc'}
{$ALIGN 8}
|