home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC / src / mfcintl.rc < prev    next >
Encoding:
Text File  |  1999-02-19  |  3.0 KB  |  106 lines

  1. // mfcintl.rc : Defines the resources for the MFC Language Specific DLLs
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13. #include "afxres.h"
  14.  
  15. #if (LANGID == 0x409)
  16.  #define LOCDIR(f) <f>
  17. #else
  18.  #define LOCDIR(f) <l.##LANG##\\f>
  19. #endif
  20.  
  21. #define _AFX_IMPL_RESOURCES
  22. #if defined(_WIN32_WCE)
  23. #include LOCDIR(wceres.rc)
  24. #endif // _WIN32_WCE
  25. // include all the standard resources
  26. #include LOCDIR(afxres.rc)
  27. #if !defined(_WIN32_WCE_NO_PRINTING)
  28. #include LOCDIR(afxprint.rc)
  29. #endif // _WIN32_WCE_NO_PRINTING
  30.  
  31. #if !defined(_WIN32_WCE)
  32. // include all the OLE resources
  33. #include LOCDIR(afxolecl.rc)
  34. #include LOCDIR(afxolesv.rc)
  35.  
  36. // include all the DB resources
  37. #include LOCDIR(afxdb.rc)
  38. #endif // _WIN32_WCE
  39.  
  40. #if !defined(_WIN32_WCE_NO_OLE)
  41. // include all the CTL resources
  42. #include LOCDIR(afxctl.rc)
  43. #endif // _WIN32_WCE_NO_OLE
  44.  
  45. #if !defined(_WIN32_WCE)
  46. // include all the ISAPI resources
  47. #include LOCDIR(afxisapi.rc)
  48.  
  49. // include standard status bar strings
  50. #include LOCDIR(indicate.rc)
  51. #endif // _WIN32_WCE
  52. // include _all_ standard command message prompts
  53. #include LOCDIR(prompts.rc)
  54.  
  55. /////////////////////////////////////////////////////////////////////////////
  56. // Version stamp for this .DLL
  57.  
  58. #ifndef VER_H
  59. #include "winver.h"
  60. #endif
  61. #include "afxbld_.h"
  62.  
  63. // Version Info for MFC42[LANG].DLL
  64. VS_VERSION_INFO     VERSIONINFO
  65.   FILEVERSION       6,0,_MFC_BUILD,_MFC_RBLD
  66.   PRODUCTVERSION    6,0,0,0
  67. #if !defined(_WIN32_WCE)
  68.   FILEFLAGSMASK     VS_FFI_FILEFLAGSMASK
  69. #ifndef RELEASE
  70.   FILEFLAGS         VS_FF_PRERELEASE
  71. #else
  72.   FILEFLAGS         0 // final version
  73. #endif
  74.   FILEOS            VOS_NT_WINDOWS32
  75.   FILETYPE          VFT_DLL
  76.   FILESUBTYPE       0   // not used
  77. #endif // _WIN32_WCE
  78. BEGIN
  79.     BLOCK "StringFileInfo"
  80.     BEGIN
  81.         BLOCK LANGCODE
  82.             // Note: Actual LANGCODE determined by MFCINTL.MAK
  83.         BEGIN
  84.             VALUE "CompanyName",     "Microsoft Corporation\0"
  85.             VALUE "FileDescription", "MFC Language Specific Resources\0"
  86.             VALUE "FileVersion",     "6.00." _MFC_USER_BUILD "." _MFC_USER_RBLD "\0"
  87. #if !defined(_WIN32_WCE)
  88.             VALUE "InternalName",    "MFCINTL\0"
  89. #endif // _WIN32_WCE
  90.             VALUE "LegalCopyright",  "Copyright (C) Microsoft Corp. 1993-1998\0"
  91. #if !defined(_WIN32_WCE)
  92.             VALUE "LegalTrademarks", "\0"
  93.             VALUE "ProductName",     "Microsoft (R) Visual C++\0"
  94.             VALUE "ProductVersion",  "6.0.000\0"
  95. #endif // _WIN32_WCE
  96.         END
  97.     END
  98.     BLOCK "VarFileInfo"
  99.     BEGIN
  100.         VALUE "Translation", LANGID, CODEPAGE
  101.             // Note: Actual LANGID and CODEPAGE determined by MFCINTL.MAK
  102.     END
  103. END
  104.  
  105. /////////////////////////////////////////////////////////////////////////////
  106.