Update of /cvsroot/instantobjects/Source/ObjectFoundry
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30921
Modified Files:
OFExpt.dpr
Log Message:
Corrected resource statements.
Index: OFExpt.dpr
===================================================================
RCS file: /cvsroot/instantobjects/Source/ObjectFoundry/OFExpt.dpr,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** OFExpt.dpr 17 Nov 2004 20:59:50 -0000 1.2
--- OFExpt.dpr 16 Feb 2005 06:49:00 -0000 1.3
***************
*** 1,7 ****
library OFExpt;
! {$R OFExpt_ver.res} // SRM - 02 Nov 2004
! //{$R *.RES} // SRM - 02 Nov 2004
! {$R ..\Design\iodesimages.res} // SRM - 01 Oct 2004
uses
--- 1,6 ----
library OFExpt;
! {$R *.RES}
! {$R ..\Design\iodesimages.res}
uses
|