forked from willamowius/gnugk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgnugk.rc
49 lines (42 loc) · 1.13 KB
/
gnugk.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
#include "resource.h"
//
// Icon resources
//
LANGUAGE 0, SUBLANG_NEUTRAL
1 ICON "gnugk.ico"
//
// Version Information resources
//
LANGUAGE 0, SUBLANG_NEUTRAL
1 VERSIONINFO
FILEVERSION 5,12,0,0
PRODUCTVERSION 5,12,0,0
FILEOS VOS_UNKNOWN
FILETYPE VFT_UNKNOWN
FILESUBTYPE VFT2_UNKNOWN
FILEFLAGSMASK 0x00000000
FILEFLAGS 0x00000000
{
BLOCK "StringFileInfo"
{
BLOCK "040904e4"
{
VALUE "CompanyName", "GNU Gatekeeper Project"
VALUE "FileDescription", "GNU Gatekeeper"
VALUE "FileVersion", "5.12"
VALUE "InternalName", "GnuGk"
VALUE "LegalCopyright", "(c) 2023, GNU General Public License v2"
VALUE "LegalTrademarks", " "
VALUE "OriginalFilename", "gnugk.exe"
VALUE "ProductName", "GnuGk"
VALUE "ProductVersion", "5.12"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04E4
}
}