From: Nando D. <na...@us...> - 2005-07-24 16:35:42
|
Update of /cvsroot/instantobjects/Source/Core/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Core/D7 Modified Files: IOCore.dpk Removed Files: IOCore.cfg IOCore.dof IOCore.res Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: IOCore.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/D7/IOCore.dpk,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** IOCore.dpk 4 Jul 2005 11:39:27 -0000 1.7 --- IOCore.dpk 24 Jul 2005 16:34:54 -0000 1.8 *************** *** 1,5 **** package IOCore; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} --- 1,6 ---- package IOCore; ! {$I '../../InstantVersion.inc'} ! {$ALIGN 8} {$ASSERTIONS ON} --- IOCore.cfg DELETED --- --- IOCore.dof DELETED --- --- IOCore.res DELETED --- |