-
Notifications
You must be signed in to change notification settings - Fork 0
/
win32-resource.rc.in
40 lines (37 loc) · 1008 Bytes
/
win32-resource.rc.in
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
// Generated by ResEdit 1.4.3
// Copyright (C) 2006-2008
// http://www.resedit.net
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#include "windows.h"
@icon@
//
// Version Information resources
//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 VERSIONINFO
FILEVERSION @version_major@,@version_minor@,@version_rev@,0
PRODUCTVERSION 0,0,0,0
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", ""
VALUE "FileDescription", "@description@"
VALUE "FileVersion", "@version@"
VALUE "InternalName", "@shortdesc@"
VALUE "LegalCopyright", "Copyright (C) 1999-2019 Bill Wilson"
VALUE "OriginalFilename", "@[email protected]"
VALUE "ProductName", "GKrellM"
VALUE "ProductVersion", "@version@"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 1033, 1200
END
END