Update of /cvsroot/instantobjects/Source/Brokers/UIB/D7
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Brokers/UIB/D7
Modified Files:
DclIOUIB.dpk IOUIB.dpk
Log Message:
Changed relative paths to use '\' in Windows dpk files.
Index: IOUIB.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/D7/IOUIB.dpk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** IOUIB.dpk 24 Jul 2005 16:34:51 -0000 1.3
--- IOUIB.dpk 3 Sep 2005 08:03:11 -0000 1.4
***************
*** 1,5 ****
package IOUIB;
! {$I '../../InstantVersion.inc'}
{$ALIGN 8}
--- 1,5 ----
package IOUIB;
! {$I '..\..\InstantVersion.inc'}
{$ALIGN 8}
Index: DclIOUIB.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/D7/DclIOUIB.dpk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DclIOUIB.dpk 24 Jul 2005 16:34:51 -0000 1.4
--- DclIOUIB.dpk 3 Sep 2005 08:03:11 -0000 1.5
***************
*** 1,7 ****
package DclIOUIB;
! {$I '../../InstantVersion.inc'}
! {$R '../InstantUIB.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
--- 1,7 ----
package DclIOUIB;
! {$I '..\..\InstantVersion.inc'}
! {$R '..\InstantUIB.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
|