From: Joao M. <jcm...@us...> - 2005-11-12 00:34:16
|
Update of /cvsroot/instantobjects/Source/Brokers/FlashFiler/D5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24335/Brokers/FlashFiler/D5 Modified Files: DclIOff_D5.dpk ioff_D5.dpk Log Message: Added suffix _D5 to Delphi 5 version of IOCore and DclIOCore packages; Fixed all Delphi 5 packages and package group to find IOCore_D5 Index: ioff_D5.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/FlashFiler/D5/ioff_D5.dpk,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ioff_D5.dpk 3 Sep 2005 08:03:11 -0000 1.4 --- ioff_D5.dpk 12 Nov 2005 00:34:06 -0000 1.5 *************** *** 1,3 **** ! package ioff_D5; {$I '..\..\..\InstantVersion.inc'} --- 1,3 ---- ! package IOff_D5; {$I '..\..\..\InstantVersion.inc'} *************** *** 29,37 **** requires - Vcl50, - Vcldb50, Vclx50, ff2_r50, ! IOCore; contains --- 29,35 ---- requires Vclx50, ff2_r50, ! IOCore_D5; contains Index: DclIOff_D5.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/FlashFiler/D5/DclIOff_D5.dpk,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DclIOff_D5.dpk 3 Sep 2005 08:03:11 -0000 1.5 --- DclIOff_D5.dpk 12 Nov 2005 00:34:06 -0000 1.6 *************** *** 30,35 **** requires ! IOCore, ! ioff_D5; contains --- 30,34 ---- requires ! IOff_D5; contains |