summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-09 16:43:32 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-09 23:44:01 +0000
commit2fbedef5d13194c693ed6d0e773de249a6698278 (patch)
treee3df9bd457fc699f6584d79148a4549529482f1e /image
parent28719a4e4e01b478889dab9611fed517e506360e (diff)
downloadwireshark-2fbedef5d13194c693ed6d0e773de249a6698278.tar.gz
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 <guy@alum.mit.edu>
Diffstat (limited to 'image')
-rw-r--r--image/libwsutil.rc.in4
1 files changed, 2 insertions, 2 deletions
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 <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
- VALUE "OriginalFilename", "libwsutil.dll\0"
+ VALUE "OriginalFilename", "wsutil.dll\0"
VALUE "ProductName", "Wireshark\0"
VALUE "ProductVersion", "@VERSION@\0"
END