From: Steven M. <sr...@us...> - 2005-09-03 08:03:24
|
Update of /cvsroot/instantobjects/Source/Core/D6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Core/D6 Modified Files: IOCore.dpk Log Message: Changed relative paths to use '\' in Windows dpk files. Index: IOCore.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/D6/IOCore.dpk,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** IOCore.dpk 24 Jul 2005 16:34:54 -0000 1.8 --- IOCore.dpk 3 Sep 2005 08:03:13 -0000 1.9 *************** *** 1,5 **** package IOCore; ! {$I '../../InstantVersion.inc'} {$ALIGN 8} --- 1,5 ---- package IOCore; ! {$I '..\..\InstantVersion.inc'} {$ALIGN 8} |