summaryrefslogtreecommitdiff
path: root/image/libwscodecs.rc.in
diff options
context:
space:
mode:
Diffstat (limited to 'image/libwscodecs.rc.in')
-rw-r--r--image/libwscodecs.rc.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/image/libwscodecs.rc.in b/image/libwscodecs.rc.in
new file mode 100644
index 0000000000..c87dba8987
--- /dev/null
+++ b/image/libwscodecs.rc.in
@@ -0,0 +1,34 @@
+#include "winver.h"
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION @RC_VERSION@
+ PRODUCTVERSION @RC_VERSION@
+ FILEFLAGSMASK 0x0L
+#ifdef _DEBUG
+ FILEFLAGS VS_FF_DEBUG
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS VOS_NT_WINDOWS32
+ FILETYPE VFT_DLL
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0"
+ VALUE "FileDescription", "Wireshark codecs library\0"
+ VALUE "FileVersion", "@VERSION@\0"
+ VALUE "InternalName", "libwscodecs @VERSION@\0"
+ VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
+ VALUE "OriginalFilename", "libwscodecs.dll\0"
+ VALUE "ProductName", "Wireshark\0"
+ VALUE "ProductVersion", "@VERSION@\0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END