From 2fbedef5d13194c693ed6d0e773de249a6698278 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 9 Jul 2014 16:43:32 -0700 Subject: A few more changes to remove "lib" from "libwsutil" on Windows. Change-Id: I4c694bb44ebced3d7ae66c16ec3a3ec58825d451 Reviewed-on: https://code.wireshark.org/review/2970 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 22209255bb..ad3867d316 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", "libwsutil @VERSION@\0" + VALUE "InternalName", "wsutil @VERSION@\0" VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs , Gilbert Ramirez and others\0" - VALUE "OriginalFilename", "libwsutil.dll\0" + VALUE "OriginalFilename", "wsutil.dll\0" VALUE "ProductName", "Wireshark\0" VALUE "ProductVersion", "@VERSION@\0" END -- cgit v1.2.3