From b1c9d0fafe4f6edbbb504e87d7b6c378e84edc0f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 10 Jul 2014 00:58:30 +0000 Subject: Revert "A few more changes to remove "lib" from "libwsutil" on Windows." This reverts commit 2fbedef5d13194c693ed6d0e773de249a6698278. Most of the change to remove "lib" seems to work, but the list of libraries to sign appears not to be in the source repository, so I can't make that step work. Change-Id: I88245c046b1cf1c76c73fc8e4bc13868e0df4e44 Reviewed-on: https://code.wireshark.org/review/2971 Reviewed-by: Guy Harris --- image/libwsutil.rc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image') diff --git a/image/libwsutil.rc.in b/image/libwsutil.rc.in index ad3867d316..22209255bb 100644 --- a/image/libwsutil.rc.in +++ b/image/libwsutil.rc.in @@ -20,9 +20,9 @@ BEGIN VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0" VALUE "FileDescription", "Wireshark utility library\0" VALUE "FileVersion", "@VERSION@\0" - VALUE "InternalName", "wsutil @VERSION@\0" + VALUE "InternalName", "libwsutil @VERSION@\0" VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs , Gilbert Ramirez and others\0" - VALUE "OriginalFilename", "wsutil.dll\0" + VALUE "OriginalFilename", "libwsutil.dll\0" VALUE "ProductName", "Wireshark\0" VALUE "ProductVersion", "@VERSION@\0" END -- cgit v1.2.1