Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.edu
[emacs.git] / nt / emacs.rc
blobf363e6aad7800e39a5282ead922b6522f2d70628
1 Emacs ICON   icons/emacs.ico
2 32649 CURSOR icons/hand.cur
3 #ifndef __CYGWIN__
4 #ifdef WIN64
5 1 24 "emacs-x64.manifest"
6 #else
7 1 24 "emacs-x86.manifest"
8 #endif
9 #endif
11 #ifndef VS_VERSION_INFO
12 #define VS_VERSION_INFO 1
13 #endif
15 VS_VERSION_INFO VERSIONINFO
16  FILEVERSION 24,4,50,0
17  PRODUCTVERSION 24,4,50,0
18  FILEFLAGSMASK 0x3FL
19 #ifdef EMACSDEBUG
20  FILEFLAGS 0x1L
21 #else
22  FILEFLAGS 0x0L
23 #endif
24  FILEOS 0x40004L
25  FILETYPE 0x1L
26  FILESUBTYPE 0x0L
27 BEGIN
28     BLOCK "StringFileInfo"
29     BEGIN
30         BLOCK "040904B0"
31         BEGIN
32             VALUE "CompanyName", "Free Software Foundation\0"
33             VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
34             VALUE "FileVersion", "24, 4, 50, 0\0"
35             VALUE "InternalName", "Emacs\0"
36             VALUE "LegalCopyright", "Copyright (C) 2001-2014\0"
37             VALUE "OriginalFilename", "emacs.exe"
38             VALUE "ProductName", "Emacs\0"
39             VALUE "ProductVersion", "24, 4, 50, 0\0"
40             VALUE "OLESelfRegister", "\0"
41          END
42      END
43      BLOCK "VarFileInfo"
44      BEGIN
45          VALUE "Translation", 0x409, 1200
46      END
47 END