From 63027fce6e11e645865607cf4124eb8cfb4c3609 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Tue, 21 Jun 2016 15:31:39 +0200 Subject: 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 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- image/wiretap.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image') 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 , Gilbert Ramirez and others\0" - VALUE "OriginalFilename", "wiretap-@VERSION@.dll\0" + VALUE "OriginalFilename", "libwiretap.dll\0" VALUE "ProductName", "Wireshark\0" VALUE "ProductVersion", "@VERSION@\0" END -- cgit v1.2.3