summaryrefslogtreecommitdiff
path: root/winrc/rsrc_unbound_host.rc
diff options
context:
space:
mode:
Diffstat (limited to 'winrc/rsrc_unbound_host.rc')
-rw-r--r--winrc/rsrc_unbound_host.rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/winrc/rsrc_unbound_host.rc b/winrc/rsrc_unbound_host.rc
new file mode 100644
index 000000000000..d00f95cf4d84
--- /dev/null
+++ b/winrc/rsrc_unbound_host.rc
@@ -0,0 +1,37 @@
+/*
+ Unbound resource file for windows. For use with windres
+*/
+#include "winver.h"
+#include "config.h"
+
+1 ICON "winrc/combined.ico"
+
+1 VERSIONINFO
+FILEVERSION RSRC_PACKAGE_VERSION
+PRODUCTVERSION RSRC_PACKAGE_VERSION
+FILEFLAGSMASK 0
+FILEFLAGS 0
+FILEOS VOS__WINDOWS32
+FILETYPE VFT_APP
+FILESUBTYPE 0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904E4"
+ BEGIN
+ VALUE "CompanyName", "NLnet Labs"
+ VALUE "FileDescription", "Unbound Lookup Utility"
+ VALUE "FileVersion", PACKAGE_VERSION
+ VALUE "InternalName", "unbound-host"
+ VALUE "OriginalFilename", "unbound-host.exe"
+ VALUE "ProductName", "unbound"
+ VALUE "ProductVersion", PACKAGE_VERSION
+ VALUE "LegalCopyright", "(C) 2009 NLnet Labs. Source is BSD licensed."
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ /* English(409), windows ANSI codepage (1252) */
+ VALUE "Translation", 0x409, 0x1252
+ END
+END