Added cs to the list of languages
[midnight-commander.git] / nt / mc.rc
blob00364ad0fe1912ba06a3edf4853527d64f5d23ab
2 #include "windows.h"
3 #include "winver.h"
4 #include "config.h"
7 /////////////////////////////////////////////////////////////////////////////
8 // English (U.S.) resources
10 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
11 #ifdef _WIN32
12 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
13 #pragma code_page(1252)
14 #endif //_WIN32
16 /////////////////////////////////////////////////////////////////////////////
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\0"
38             VALUE "FileDescription", "GNU Midnight Commander\0"
39             VALUE "FileVersion", VERSION
40             VALUE "InternalName", "MC\0"
41             VALUE "LegalCopyright", "(c) Free Software Foundation\0"
42             VALUE "LegalTrademarks", "see GNU General Public License\0"
43             VALUE "OriginalFilename", "MC.EXE\0"
44             VALUE "ProductName", "GNU Midnight Commander\0"
45             VALUE "ProductVersion", VERSION
46         END
47     END
48     BLOCK "VarFileInfo"
49     BEGIN
50         VALUE "Translation", 0x409, 1252
51     END
52 END
55 /////////////////////////////////////////////////////////////////////////////
57 // Icon
59 0     ICON    DISCARDABLE     "mc.ico"
61 #endif    // English (U.S.) resources