Update of /cvsroot/instantobjects/Source/Core/D5
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2709/Core/D5
Modified Files:
IOCore.dpk
Log Message:
Fixed inclusion of resource file in D5, D6 and D2005; Core and Design packages.
Index: IOCore.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Core/D5/IOCore.dpk,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** IOCore.dpk 3 Sep 2005 08:03:12 -0000 1.7
--- IOCore.dpk 22 Sep 2005 23:18:21 -0000 1.8
***************
*** 1,8 ****
package IOCore;
! {$I '..\..\..\InstantVersion.inc'}
- {$R '..\InstantPump.dcr'}
- {$R '..\InstantDBEvolution.dcr'}
{$ALIGN ON}
{$ASSERTIONS ON}
--- 1,6 ----
package IOCore;
! {$I '..\..\InstantPackageVersion.inc'}
{$ALIGN ON}
{$ASSERTIONS ON}
|