]> git.saurik.com Git - apple/network_cmds.git/blob - unbound/winrc/rsrc_unbound.rc
cc05d0eeb51dace7fd784a3aeb13ec290305924e
[apple/network_cmds.git] / unbound / winrc / rsrc_unbound.rc
1 /*
2 Unbound resource file for windows. For use with windres
3 */
4 #include "winver.h"
5 #include "config.h"
6
7 1 ICON "winrc/combined.ico"
8 /*
9 1 ICON "winrc/unbound64.ico"
10 2 ICON "winrc/unbound48.ico"
11 3 ICON "winrc/unbound32.ico"
12 4 ICON "winrc/unbound16.ico"
13 */
14
15 1 VERSIONINFO
16 FILEVERSION RSRC_PACKAGE_VERSION
17 PRODUCTVERSION RSRC_PACKAGE_VERSION
18 FILEFLAGSMASK 0
19 FILEFLAGS 0
20 FILEOS VOS__WINDOWS32
21 FILETYPE VFT_APP
22 FILESUBTYPE 0
23 BEGIN
24 BLOCK "StringFileInfo"
25 BEGIN
26 BLOCK "040904E4"
27 BEGIN
28 VALUE "CompanyName", "NLnet Labs"
29 VALUE "FileDescription", "Unbound DNS Server"
30 VALUE "FileVersion", PACKAGE_VERSION
31 VALUE "InternalName", "unbound"
32 VALUE "OriginalFilename", "unbound.exe"
33 VALUE "ProductName", "unbound"
34 VALUE "ProductVersion", PACKAGE_VERSION
35 VALUE "LegalCopyright", "(C) 2009 NLnet Labs. Source is BSD licensed."
36 END
37 END
38 BLOCK "VarFileInfo"
39 BEGIN
40 /* English(409), windows ANSI codepage (1252) */
41 VALUE "Translation", 0x409, 0x1252
42 END
43 END
44
45 /* error message formats */
46 LANGUAGE 0x9,0x1
47 /* id=1 type=RT_MESSAGETABLE */
48 1 11 "winrc/gen_msg.bin"