Update of /cvsroot/instantobjects/Source/Core/D2005
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Core/D2005
Modified Files:
IOCore.dpk
Log Message:
Changed relative paths to use '\' in Windows dpk files.
Index: IOCore.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Core/D2005/IOCore.dpk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** IOCore.dpk 30 Jul 2005 06:34:56 -0000 1.2
--- IOCore.dpk 3 Sep 2005 08:03:12 -0000 1.3
***************
*** 1,5 ****
package IOCore;
! {$I '../../InstantVersion.inc'}
{$ALIGN 8}
--- 1,5 ----
package IOCore;
! {$I '..\..\InstantVersion.inc'}
{$ALIGN 8}
|