Small aesthetical fix.
[midnight-commander.git] / pc / mc.rc
blobc83993d559a58834587a6a03d21094eb24518929
1 #include "VERSION"
2 #ifndef WINDRES
3 #   include "windows.h"
4 #   include "winver.h"
5 #endif
7 /*   English (U.S.) resources   */
9 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
11 #ifdef _WIN32
12 #ifndef WINDRES
13 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
14 #endif
15 #pragma code_page(1252)
16 #endif /* _WIN32 */
18 /*   Version   */
20 VS_VERSION_INFO VERSIONINFO
21  FILEVERSION 1,0,0,1
22  PRODUCTVERSION 3,0,0,1
23  FILEFLAGSMASK 0x3fL
24 #ifdef _DEBUG
25  FILEFLAGS 0x1L
26 #else
27  FILEFLAGS 0x0L
28 #endif
29  FILEOS 0x40000L
30  FILETYPE 0x1L
31  FILESUBTYPE 0x0L
32 BEGIN
33     BLOCK "StringFileInfo"
34     BEGIN
35         BLOCK "040904E4"
36         BEGIN
37             VALUE "CompanyName", "Free Software Foundation"
38             VALUE "FileDescription", "GNU Midnight Commander"
39             VALUE "FileVersion", VERSION
40             VALUE "InternalName", "MC"
41             VALUE "LegalCopyright", "(c) Free Software Foundation"
42             VALUE "LegalTrademarks", "see GNU General Public License"
43             VALUE "OriginalFilename", "MC.EXE"
44             VALUE "ProductName", "GNU Midnight Commander"
45             VALUE "ProductVersion", VERSION
46         END
47     END
48     BLOCK "VarFileInfo"
49     BEGIN
50         VALUE "Translation", 0x409, 1252
51     END
52 END
55 /*   Icon   */
56 0     ICON    DISCARDABLE     "mc_nt.ico"
58 #endif   /* English (U.S.) resources */