home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / commap / commap.rc < prev    next >
Encoding:
Text File  |  1998-04-03  |  2.7 KB  |  120 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "mapres.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "winnt.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "mapres.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""winnt.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "1 TYPELIB ""COMMap.tlb""\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. #ifndef _MAC
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Version
  54. //
  55.  
  56. VS_VERSION_INFO VERSIONINFO
  57.  FILEVERSION 1,0,0,1
  58.  PRODUCTVERSION 1,0,0,1
  59.  FILEFLAGSMASK 0x3fL
  60. #ifdef _DEBUG
  61.  FILEFLAGS 0x1L
  62. #else
  63.  FILEFLAGS 0x0L
  64. #endif
  65.  FILEOS 0x4L
  66.  FILETYPE 0x2L
  67.  FILESUBTYPE 0x0L
  68. BEGIN
  69.     BLOCK "StringFileInfo"
  70.     BEGIN
  71.         BLOCK "040904b0"
  72.         BEGIN
  73.             VALUE "CompanyName", "Microsoft Corporation\0"
  74.             VALUE "FileDescription", "COMMap Module\0"
  75.             VALUE "FileVersion", "1, 0, 0, 1\0"
  76.             VALUE "InternalName", "COMMAP\0"
  77.             VALUE "LegalCopyright", "Copyright ⌐ 1995\0"
  78.             VALUE "OriginalFilename", "COMMAP.DLL\0"
  79.             VALUE "ProductName", "COMMap Module\0"
  80.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  81.         END
  82.     END
  83.     BLOCK "VarFileInfo"
  84.     BEGIN
  85.         VALUE "Translation", 0x409, 1200
  86.     END
  87. END
  88.  
  89. #endif    // !_MAC
  90.  
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // String Table
  94. //
  95.  
  96. STRINGTABLE DISCARDABLE 
  97. BEGIN
  98.     IDS_OUTER_DESC          "Outer Class"
  99.     IDS_CHAIN_DESC          "Chain Class"
  100.     IDS_SERVICENAME                "COMMap"
  101. END
  102.  
  103. #endif    // English (U.S.) resources
  104. /////////////////////////////////////////////////////////////////////////////
  105.  
  106. IDR_Outer REGISTRY "Outer.rgs"
  107. IDR_Chain REGISTRY "Chain.rgs"
  108.  
  109.  
  110. #ifndef APSTUDIO_INVOKED
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // Generated from the TEXTINCLUDE 3 resource.
  114. //
  115. 1 TYPELIB "COMMap.tlb"
  116.  
  117. /////////////////////////////////////////////////////////////////////////////
  118. #endif    // not APSTUDIO_INVOKED
  119.  
  120.