aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin.rc.in
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-12-15 22:13:59 +0000
committerJoão Valverde <j@v6e.pt>2017-12-17 11:47:07 +0000
commitee8ca2e1d793e039bdd7304ad3c2c0cb42a69624 (patch)
tree73826b3cb2cffddbc5d5b31d5b8794ee68c40cb0 /plugins/plugin.rc.in
parentf37e759f41da97a2121934d17b0ec2d895c3af15 (diff)
plugin.rc.in: Cleanup some unnecessary code
Also add comment noting that MSVC_VARIANT is not the same thing as CMAKE_GENERATOR. Change-Id: Icc0f4a491786e4045c650509957655ef41352b29 Reviewed-on: https://code.wireshark.org/review/24846 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'plugins/plugin.rc.in')
-rw-r--r--plugins/plugin.rc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/plugin.rc.in b/plugins/plugin.rc.in
index cac1f406ac..60a90cfbdb 100644
--- a/plugins/plugin.rc.in
+++ b/plugins/plugin.rc.in
@@ -17,13 +17,13 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0"
- VALUE "FileDescription", "@PACKAGE@ dissector\0"
+ VALUE "FileDescription", "@MODULE_NAME@ dissector\0"
VALUE "FileVersion", "@MODULE_VERSION@\0"
- VALUE "InternalName", "@PACKAGE@ @MODULE_VERSION@\0"
+ VALUE "InternalName", "@MODULE_NAME@ @MODULE_VERSION@\0"
VALUE "LegalCopyright", "Copyright © 1998 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
- VALUE "OriginalFilename", "@PLUGIN_NAME@.dll\0"
+ VALUE "OriginalFilename", "@MODULE_NAME@.dll\0"
VALUE "ProductName", "Wireshark\0"
- VALUE "ProductVersion", "@VERSION@\0"
+ VALUE "ProductVersion", "@PROJECT_VERSION@\0"
VALUE "Comments", "Built with @MSVC_VARIANT@\0"
END
END