Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.8 KiB

  1. /* File: D:\WACKER\term\ver_jis.rc (Created: 16-Jun-1995)
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 5 $
  7. * $Date: 12/12/01 9:39a $
  8. */
  9. #include "version.h"
  10. VS_VERSION_INFO VERSIONINFO
  11. FILEVERSION IDV_FILEVER
  12. PRODUCTVERSION IDV_PRODUCTVER
  13. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  14. //
  15. // NOTE: the VS_FF_PRERELEASE has to be taken out once we go to
  16. // production!!!
  17. //
  18. //FILEFLAGS VER_FILEFLAGS
  19. #if defined(WIN_DEBUG)
  20. FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE // 0x3L
  21. #else
  22. FILEFLAGS 0L | VS_FF_PRERELEASE // 0x2L
  23. #endif
  24. FILEOS VOS__WINDOWS32 // 0x4L : 32-bit Windows
  25. FILETYPE VFT_DLL // or VFT_APP
  26. FILESUBTYPE VFT2_UNKNOWN // not used with DLLs, EXEs.
  27. {
  28. BLOCK "StringFileInfo"
  29. {
  30. // This block describes the language and the character set used.
  31. // For example in "04090000" 0409 represents the U.S. English and
  32. // 0000 represents 7-bit ASCII char set.
  33. //
  34. BLOCK "04090000"
  35. {
  36. VALUE "CompanyName", IDV_COMPANYNAME_STR
  37. VALUE "FileDescription", "HyperTerminal Applet Library\0"
  38. VALUE "FileVersion", IDV_PRODUCTVERSION_STR
  39. VALUE "InternalName", "htrn_jis\0"
  40. VALUE "LegalCopyright", IDV_LEGALCOPYRIGHT_STR
  41. VALUE "LegalTrademarks", IDV_LEGALTRADEMARKS_STR
  42. VALUE "OriginalFilename", "HTRN_JIS.DLL\0"
  43. VALUE "ProductName", IDV_PRODUCTNAME_STR
  44. VALUE "ProductVersion", IDV_PRODUCTVERSION_STR
  45. VALUE "Comments", IDV_COMMENTS_STR
  46. //
  47. // For special builds include this, also add VS_FF_SPECIALBUILD to
  48. // FILEFLAGS.
  49. //
  50. // VALUE "SpecialBuild", "Reason for special build\0"
  51. }
  52. }
  53. BLOCK "VarFileInfo"
  54. {
  55. VALUE "Translation", 0x0409, 0
  56. }
  57. }