aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-06-21 15:31:39 +0200
committerMichael Mann <mmann78@netscape.net>2016-06-22 23:57:01 +0000
commit63027fce6e11e645865607cf4124eb8cfb4c3609 (patch)
tree4fe397e04757635d2b09f1fc5dbce83a82975f57 /image
parenta9a306f0a1fa09cb3f5e72f17524885cd5bf6d95 (diff)
Windows: rename wiretap-${PROJECT_VERSION}.dll to libwiretap.dll
This aligns the name with what is done for other Wireshark shared libraries. Moreover it allows to compile a wiretap plugin once per major release, without the need to recompile it each time ${PROJECT_VERSION} changes (each nightly build / official release). Change-Id: I53c82277223a4f323079cf695168ac85c2fba523 Reviewed-on: https://code.wireshark.org/review/16058 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'image')
-rw-r--r--image/wiretap.rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/wiretap.rc.in b/image/wiretap.rc.in
index a006eff1a2..094edc55a4 100644
--- a/image/wiretap.rc.in
+++ b/image/wiretap.rc.in
@@ -22,7 +22,7 @@ BEGIN
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "wiretap @VERSION@\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
- VALUE "OriginalFilename", "wiretap-@VERSION@.dll\0"
+ VALUE "OriginalFilename", "libwiretap.dll\0"
VALUE "ProductName", "Wireshark\0"
VALUE "ProductVersion", "@VERSION@\0"
END