Update of /cvsroot/instantobjects/Source/Brokers/FlashFiler/D5
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Brokers/FlashFiler/D5
Modified Files:
DclIOff_D5.dpk ioff_D5.dpk
Log Message:
Changed relative paths to use '\' in Windows dpk files.
Index: ioff_D5.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/FlashFiler/D5/ioff_D5.dpk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ioff_D5.dpk 2 Aug 2005 22:17:54 -0000 1.3
--- ioff_D5.dpk 3 Sep 2005 08:03:11 -0000 1.4
***************
*** 1,5 ****
package ioff_D5;
! {$I '../../../InstantVersion.inc'}
{$R '..\InstantFlashFiler.dcr'}
--- 1,5 ----
package ioff_D5;
! {$I '..\..\..\InstantVersion.inc'}
{$R '..\InstantFlashFiler.dcr'}
Index: DclIOff_D5.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/FlashFiler/D5/DclIOff_D5.dpk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DclIOff_D5.dpk 2 Aug 2005 22:17:54 -0000 1.4
--- DclIOff_D5.dpk 3 Sep 2005 08:03:11 -0000 1.5
***************
*** 1,5 ****
package DclIOff_D5;
! {$I '../../../InstantVersion.inc'}
{$R 'InstantFlashFiler.dcr'}
--- 1,5 ----
package DclIOff_D5;
! {$I '..\..\..\InstantVersion.inc'}
{$R 'InstantFlashFiler.dcr'}
|