From: Steven M. <sr...@us...> - 2005-09-03 08:03:50
|
Update of /cvsroot/instantobjects/Source/Brokers/DBISAM/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Brokers/DBISAM/D7 Modified Files: DclDBISAM.dpk IODBISAM.dpk Log Message: Changed relative paths to use '\' in Windows dpk files. Index: IODBISAM.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/DBISAM/D7/IODBISAM.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IODBISAM.dpk 6 Aug 2004 21:24:04 -0000 1.1 --- IODBISAM.dpk 3 Sep 2005 08:03:10 -0000 1.2 *************** *** 1,5 **** package IODBISAM; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} --- 1,6 ---- package IODBISAM; ! {$I '..\..\..\InstantVersion.inc'} ! {$ALIGN 8} {$ASSERTIONS ON} Index: DclDBISAM.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/DBISAM/D7/DclDBISAM.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DclDBISAM.dpk 6 Aug 2004 21:24:04 -0000 1.1 --- DclDBISAM.dpk 3 Sep 2005 08:03:10 -0000 1.2 *************** *** 1,5 **** package DclDBISAM; ! {$R *.res} {$R '..\InstantDBISAM.dcr'} {$ALIGN 8} --- 1,6 ---- package DclDBISAM; ! {$I '..\..\..\InstantVersion.inc'} ! {$R '..\InstantDBISAM.dcr'} {$ALIGN 8} |