home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 11.ddi / OWLSRC.PAK / VERSION.RC < prev    next >
Encoding:
Text File  |  1993-12-02  |  1.3 KB  |  43 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   source\version.rc
  4. //   Version resources for ObjectWindows DLLs
  5. //----------------------------------------------------------------------------
  6.  
  7. #include <ver.h>
  8.  
  9. VS_VERSION_INFO VERSIONINFO
  10. FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
  11. FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
  12. #ifndef WIN32
  13. FILEOS          VOS_DOS_WINDOWS16
  14. #else
  15. FILEOS          VOS_NT_WINDOWS32
  16. #endif
  17.  
  18. FILETYPE        VFT_DLL
  19. FILESUBTYPE     VS_USER_DEFINED
  20.  
  21. BEGIN
  22.   BLOCK "StringFileInfo"
  23.   BEGIN
  24.     BLOCK "040904E4"
  25.     BEGIN
  26.       VALUE "CompanyName", "Borland International\0"
  27.       VALUE "FileDescription", "ObjectWindows Library\0"
  28.       VALUE "FileVersion", "1.00\0"
  29.       VALUE "InternalName", "ObjectWindows Library\0"
  30.       VALUE "LegalCopyright", "Copyright Borland International 1993\0"
  31.       VALUE "ProductName", "Borland C++ 4.0\0"
  32.       VALUE "ProductVersion", "$Revision:   6.1  $\0"
  33.       VALUE "SpecialBuild", "$Date:   13 Sep 1993 17:06:00  $\0"
  34.     END
  35.  
  36.   END
  37.  
  38.   BLOCK "VarFileInfo"
  39.   BEGIN                               /*  Language   |    Translation       */
  40.     VALUE "Translation", 0x409, 1252  /* U.S. English, Windows Multilingual */
  41.   END
  42. END
  43.