diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-06-06 16:51:53 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-06-06 16:51:53 -0700 |
commit | c69222a15c36c7222805a9b64f786ee5d6fbfb3e (patch) | |
tree | e01b242f30ea297d6b14d2416226e5defd19f9ba /tools/octoclock-dissector/plugin.rc.in | |
parent | b1c2d4bbb4e1ae3b085bb0ca84b2f53ce8bbd357 (diff) | |
parent | 2004bbdb0298d7a2ce9aa274e4a9bbdd22792567 (diff) | |
download | uhd-c69222a15c36c7222805a9b64f786ee5d6fbfb3e.tar.gz uhd-c69222a15c36c7222805a9b64f786ee5d6fbfb3e.tar.bz2 uhd-c69222a15c36c7222805a9b64f786ee5d6fbfb3e.zip |
Merge branch 'maint'
Diffstat (limited to 'tools/octoclock-dissector/plugin.rc.in')
-rw-r--r-- | tools/octoclock-dissector/plugin.rc.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/octoclock-dissector/plugin.rc.in b/tools/octoclock-dissector/plugin.rc.in new file mode 100644 index 000000000..7fde51b64 --- /dev/null +++ b/tools/octoclock-dissector/plugin.rc.in @@ -0,0 +1,34 @@ +#include "winver.h" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION @RC_MODULE_VERSION@ + PRODUCTVERSION @RC_VERSION@ + FILEFLAGSMASK 0x0L +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0 +#endif + FILEOS VOS_NT_WINDOWS32 + FILETYPE VFT_DLL +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "Ettus Research\0" + VALUE "FileDescription", "@PACKAGE@ dissector\0" + VALUE "FileVersion", "@MODULE_VERSION@\0" + VALUE "InternalName", "@PACKAGE@ @MODULE_VERSION@\0" + VALUE "LegalCopyright", "Copyright © 2016 Ettus Research\0" + VALUE "OriginalFilename", "@PLUGIN_NAME@.dll\0" + VALUE "ProductName", "Wireshark\0" + VALUE "ProductVersion", "@VERSION@\0" + VALUE "Comments", "Build with @MSVC_VARIANT@\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END |