Update of /cvsroot/instantobjects/Source/Brokers/ADO/D7
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Brokers/ADO/D7
Modified Files:
DclIOADO.dpk IOADO.dpk
Log Message:
Changed relative paths to use '\' in Windows dpk files.
Index: IOADO.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/ADO/D7/IOADO.dpk,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** IOADO.dpk 28 Aug 2005 04:25:08 -0000 1.5
--- IOADO.dpk 3 Sep 2005 08:03:10 -0000 1.6
***************
*** 1,5 ****
package IOADO;
! {$I '../../../InstantVersion.inc'}
{$ALIGN 8}
--- 1,5 ----
package IOADO;
! {$I '..\..\..\InstantVersion.inc'}
{$ALIGN 8}
Index: DclIOADO.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/ADO/D7/DclIOADO.dpk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DclIOADO.dpk 28 Aug 2005 04:25:08 -0000 1.4
--- DclIOADO.dpk 3 Sep 2005 08:03:10 -0000 1.5
***************
*** 1,7 ****
package DclIOADO;
! {$I '../../../InstantVersion.inc'}
! {$R '../InstantADO.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
--- 1,7 ----
package DclIOADO;
! {$I '..\..\..\InstantVersion.inc'}
! {$R '..\InstantADO.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
|