home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / BOCOLE.PAK / BOCOLE.RC < prev    next >
Text File  |  1995-08-29  |  829b  |  30 lines

  1. //
  2.  
  3. // Version label used/incremented by Integration
  4. //
  5. #include "ver.h"
  6. 1 VERSIONINFO LOADONCALL MOVEABLE
  7. FILEVERSION       1,  1,  1, 83
  8. PRODUCTVERSION   1,   1,   0,   0
  9. FILEOS VOS__WINDOWS16
  10. FILETYPE VFT_DLL
  11. BEGIN
  12.    BLOCK "StringFileInfo"
  13.    BEGIN
  14.       BLOCK "040904E4"
  15.       BEGIN
  16.          VALUE "CompanyName", "Borland International, Inc.\000\000"
  17.          VALUE "FileDescription", "Borland OLE2 Component\000"
  18.                         VALUE "FileVersion", "1.10\000\000"
  19.          VALUE "InternalName", ""
  20.          VALUE "LegalCopyright", "Copyright (c) 1994 by Borland International, Inc. All rights reserved.\000\000"
  21.          VALUE "OriginalFilename", "BOCOLE.DLL\000"
  22.                         VALUE "ProductVersion", "1.10\000\000"
  23.          VALUE "SpecialBuild", ""
  24.       END
  25.    END
  26. END
  27.  
  28.  
  29.  
  30.