From: Nando D. <na...@us...> - 2005-07-24 16:35:41
|
Update of /cvsroot/instantobjects/Source/Catalogs/MSSql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Catalogs/MSSql Modified Files: InstantMSSqlCatalog.pas Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: InstantMSSqlCatalog.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Catalogs/MSSql/InstantMSSqlCatalog.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantMSSqlCatalog.pas 15 Jul 2005 10:26:15 -0000 1.2 --- InstantMSSqlCatalog.pas 24 Jul 2005 16:34:53 -0000 1.3 *************** *** 30,33 **** --- 30,35 ---- unit InstantMSSqlCatalog; + {$I '../../InstantDefines.inc'} + interface |