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