aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/winrc/rsrc_unbound_anchor.rc
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/winrc/rsrc_unbound_anchor.rc')
-rw-r--r--external/unbound/winrc/rsrc_unbound_anchor.rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/external/unbound/winrc/rsrc_unbound_anchor.rc b/external/unbound/winrc/rsrc_unbound_anchor.rc
new file mode 100644
index 000000000..76b96b785
--- /dev/null
+++ b/external/unbound/winrc/rsrc_unbound_anchor.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 Anchor Utility"
+ VALUE "FileVersion", PACKAGE_VERSION
+ VALUE "InternalName", "unbound-anchor"
+ VALUE "OriginalFilename", "unbound-anchor.exe"
+ VALUE "ProductName", "unbound"
+ VALUE "ProductVersion", PACKAGE_VERSION
+ VALUE "LegalCopyright", "(C) 2010 NLnet Labs. Source is BSD licensed."
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ /* English(409), windows ANSI codepage (1252) */
+ VALUE "Translation", 0x409, 0x1252
+ END
+END