Update of /cvsroot/instantobjects/Source/Brokers/IBX/D2005
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Brokers/IBX/D2005
Modified Files:
DclIOIBX.dpk IOIBX.dpk
Log Message:
Changed relative paths to use '\' in Windows dpk files.
Index: DclIOIBX.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/D2005/DclIOIBX.dpk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DclIOIBX.dpk 30 Jul 2005 06:23:07 -0000 1.1
--- DclIOIBX.dpk 3 Sep 2005 08:03:11 -0000 1.2
***************
*** 1,7 ****
package DclIOIBX;
! {$I '../../../InstantVersion.inc'}
! {$R '../InstantIBX.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
--- 1,7 ----
package DclIOIBX;
! {$I '..\..\..\InstantVersion.inc'}
! {$R '..\InstantIBX.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
Index: IOIBX.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/IBX/D2005/IOIBX.dpk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IOIBX.dpk 30 Jul 2005 06:23:07 -0000 1.1
--- IOIBX.dpk 3 Sep 2005 08:03:11 -0000 1.2
***************
*** 1,5 ****
package IOIBX;
! {$I '../../../InstantVersion.inc'}
{$ALIGN 8}
--- 1,5 ----
package IOIBX;
! {$I '..\..\..\InstantVersion.inc'}
{$ALIGN 8}
|