Update of /cvsroot/instantobjects/Source/Brokers/UIB/D5
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24335/Brokers/UIB/D5
Modified Files:
DclIOUIB_D5.dpk IOUIB_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: DclIOUIB_D5.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/D5/DclIOUIB_D5.dpk,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** DclIOUIB_D5.dpk 3 Sep 2005 08:03:11 -0000 1.5
--- DclIOUIB_D5.dpk 12 Nov 2005 00:34:06 -0000 1.6
***************
*** 30,36 ****
requires
- vcl50,
- vcldb50,
- IOCore,
IOUIB_D5;
--- 30,33 ----
Index: IOUIB_D5.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/D5/IOUIB_D5.dpk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** IOUIB_D5.dpk 3 Sep 2005 08:03:11 -0000 1.4
--- IOUIB_D5.dpk 12 Nov 2005 00:34:06 -0000 1.5
***************
*** 29,42 ****
requires
- vcl50,
- vcldb50,
- IOCore,
JvUIBD5R,
! vcldbx50;
contains
InstantUIBConnectionDefEdit in '..\InstantUIBConnectionDefEdit.pas' {InstantUIBConnectionDefEditForm},
! InstantUIB in '..\InstantUIB.pas',
! InstantUIBConnection in '..\InstantUIBConnection.pas';
end.
--- 29,39 ----
requires
JvUIBD5R,
! vcldbx50,
! IOCore_D5;
contains
InstantUIBConnectionDefEdit in '..\InstantUIBConnectionDefEdit.pas' {InstantUIBConnectionDefEditForm},
! InstantUIB in '..\InstantUIB.pas';
end.
|