emacs.rc.in 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Emacs ICON icons/emacs.ico
  2. 32649 CURSOR icons/hand.cur
  3. #if defined (WIN64) || defined (__x86_64__)
  4. 1 24 "emacs-x64.manifest"
  5. #else
  6. 1 24 "emacs-x86.manifest"
  7. #endif
  8. #ifndef VS_VERSION_INFO
  9. #define VS_VERSION_INFO 1
  10. #endif
  11. VS_VERSION_INFO VERSIONINFO
  12. FILEVERSION @comma_version@
  13. PRODUCTVERSION @comma_version@
  14. FILEFLAGSMASK 0x3FL
  15. #ifdef EMACSDEBUG
  16. FILEFLAGS 0x1L
  17. #else
  18. FILEFLAGS 0x0L
  19. #endif
  20. FILEOS 0x40004L
  21. FILETYPE 0x1L
  22. FILESUBTYPE 0x0L
  23. BEGIN
  24. BLOCK "StringFileInfo"
  25. BEGIN
  26. BLOCK "040904B0"
  27. BEGIN
  28. VALUE "CompanyName", "Free Software Foundation\0"
  29. VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
  30. VALUE "FileVersion", "@comma_space_version@\0"
  31. VALUE "InternalName", "Emacs\0"
  32. VALUE "LegalCopyright", "Copyright (C) 2001-2016\0"
  33. VALUE "OriginalFilename", "emacs.exe"
  34. VALUE "ProductName", "Emacs\0"
  35. VALUE "ProductVersion", "@comma_space_version@\0"
  36. VALUE "OLESelfRegister", "\0"
  37. END
  38. END
  39. BLOCK "VarFileInfo"
  40. BEGIN
  41. VALUE "Translation", 0x409, 1200
  42. END
  43. END