home *** CD-ROM | disk | FTP | other *** search
/ Building OCXs / Building_OCXs_Que_1995.iso / code / ch10 / timer.rc2 < prev    next >
Text File  |  1994-12-14  |  2KB  |  76 lines

  1. //
  2. // TIMER.RC2 - resources App Studio does not edit directly
  3. //
  4.  
  5. #ifdef APSTUDIO_INVOKED
  6.     #error this file is not editable by App Studio
  7. #endif //APSTUDIO_INVOKED
  8.  
  9. /////////////////////////////////////////////////////////////////////////////
  10. // Version stamp for this DLL
  11.  
  12. #ifdef _WIN32
  13. #include "winver.h"
  14. #else
  15. #include "ver.h"
  16. #endif
  17.  
  18. VS_VERSION_INFO     VERSIONINFO
  19.   FILEVERSION       1,0,0,1
  20.   PRODUCTVERSION    1,0,0,1
  21.   FILEFLAGSMASK     VS_FFI_FILEFLAGSMASK
  22. #ifdef _DEBUG
  23.   FILEFLAGS         VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
  24. #else
  25.   FILEFLAGS         0 // final version
  26. #endif
  27. #ifdef _WIN32
  28.   FILEOS            VOS__WINDOWS32
  29. #else
  30.   FILEOS            VOS__WINDOWS16
  31. #endif
  32.   FILETYPE          VFT_DLL
  33.   FILESUBTYPE       0   // not used
  34. BEGIN
  35.     BLOCK "StringFileInfo"
  36.     BEGIN
  37. #ifdef _WIN32
  38.         BLOCK "040904B0" // Lang=US English, CharSet=Unicode
  39. #else
  40.         BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  41. #endif
  42.         BEGIN
  43.             VALUE "CompanyName",     "\0"
  44.             VALUE "FileDescription", "TIMER OLE Control DLL\0"
  45.             VALUE "FileVersion",     "1.0.001\0"
  46.             VALUE "InternalName",    "TIMER\0"
  47.             VALUE "LegalCopyright",  "Copyright \251 1994, Edward B. Toupin\0"
  48.             VALUE "LegalTrademarks", "\0"
  49.             VALUE "OriginalFilename","TIMER.DLL\0"
  50.             VALUE "ProductName",     "TIMER\0"
  51.             VALUE "ProductVersion",  "1.0.001\0"
  52.             VALUE "OLESelfRegister", "\0"
  53.         END
  54.     END
  55.     BLOCK "VarFileInfo"
  56.     BEGIN
  57. #ifdef _WIN32
  58.         VALUE "Translation", 0x409, 1200
  59.             // English language (0x409) and the Unicode codepage (1200)
  60. #else
  61.         VALUE "Translation", 0x409, 1252
  62.             // English language (0x409) and the Windows ANSI codepage (1252)
  63. #endif
  64.     END
  65. END
  66.  
  67. /////////////////////////////////////////////////////////////////////////////
  68. // Type library for controls in this DLL
  69.  
  70. 1 TYPELIB timer.tlb
  71.  
  72. /////////////////////////////////////////////////////////////////////////////
  73. // Add additional manually edited resources here...
  74.  
  75. /////////////////////////////////////////////////////////////////////////////
  76.