From: Steven M. <sr...@us...> - 2005-09-03 08:03:50
|
Update of /cvsroot/instantobjects/Source/Brokers/NexusDb/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Brokers/NexusDb/D2005 Modified Files: DclIONexusDB.dpk IONexusDB.dpk Log Message: Changed relative paths to use '\' in Windows dpk files. Index: IONexusDB.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/NexusDb/D2005/IONexusDB.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IONexusDB.dpk 2 Sep 2005 01:06:12 -0000 1.2 --- IONexusDB.dpk 3 Sep 2005 08:03:11 -0000 1.3 *************** *** 1,5 **** package IONexusDB; ! {$I '../../../InstantVersion.inc'} {$ALIGN 8} --- 1,5 ---- package IONexusDB; ! {$I '..\..\..\InstantVersion.inc'} {$ALIGN 8} Index: DclIONexusDB.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/NexusDb/D2005/DclIONexusDB.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DclIONexusDB.dpk 11 Aug 2005 00:34:52 -0000 1.1 --- DclIONexusDB.dpk 3 Sep 2005 08:03:11 -0000 1.2 *************** *** 1,7 **** package DclIONexusDB; ! {$I '../../../InstantVersion.inc'} ! {$R '../InstantNexusDB.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- 1,7 ---- package DclIONexusDB; ! {$I '..\..\..\InstantVersion.inc'} ! {$R '..\InstantNexusDB.dcr'} {$ALIGN 8} {$ASSERTIONS ON} |