Update of /cvsroot/instantobjects/Source/ObjectFoundry
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19167
Modified Files:
OFExpt.dpr
Added Files:
OFExpt_ver.res
Log Message:
Add a version resource to show in ModelMaker's Tools/Expert Manager dialog.
--- NEW FILE: OFExpt_ver.res ---
(This appears to be a binary file; contents omitted.)
Index: OFExpt.dpr
===================================================================
RCS file: /cvsroot/instantobjects/Source/ObjectFoundry/OFExpt.dpr,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** OFExpt.dpr 16 Sep 2005 00:57:16 -0000 1.5
--- OFExpt.dpr 4 Jan 2006 06:19:28 -0000 1.6
***************
*** 1,5 ****
library OFExpt;
! {$R *.RES}
uses
--- 1,5 ----
library OFExpt;
! {$R OFExpt_ver.res}
uses
|