aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/microhttpd_dll_res.rc.in
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-25 20:50:05 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-25 20:50:05 +0300
commit91dedbf1955ff03b76e6bdeb9134a55012090cdb (patch)
tree8a0e453735ec8da8668d129c46d1fadf49483efc /src/microhttpd/microhttpd_dll_res.rc.in
parent8c8f7c961498aba8e891b445809a6f764c3e8046 (diff)
downloadlibmicrohttpd-91dedbf1955ff03b76e6bdeb9134a55012090cdb.tar.gz
libmicrohttpd-91dedbf1955ff03b76e6bdeb9134a55012090cdb.zip
Corrected DLL name in W32 resources.
Diffstat (limited to 'src/microhttpd/microhttpd_dll_res.rc.in')
-rw-r--r--src/microhttpd/microhttpd_dll_res.rc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/microhttpd/microhttpd_dll_res.rc.in b/src/microhttpd/microhttpd_dll_res.rc.in
index 923f3a90..16a6bba7 100644
--- a/src/microhttpd/microhttpd_dll_res.rc.in
+++ b/src/microhttpd/microhttpd_dll_res.rc.in
@@ -19,11 +19,11 @@ BEGIN
19 VALUE "ProductName", "GNU libmicrohttpd\0" 19 VALUE "ProductName", "GNU libmicrohttpd\0"
20 VALUE "ProductVersion", "@PACKAGE_VERSION@\0" 20 VALUE "ProductVersion", "@PACKAGE_VERSION@\0"
21 VALUE "FileVersion", "@PACKAGE_VERSION@\0" 21 VALUE "FileVersion", "@PACKAGE_VERSION@\0"
22 VALUE "FileDescription", "GNU libmicrohttpd dll for Windows (GCC build)\0" 22 VALUE "FileDescription", "GNU libmicrohttpd DLL for Windows (MinGW build)\0"
23 VALUE "InternalName", "libmicrohttpd\0" 23 VALUE "InternalName", "libmicrohttpd\0"
24 VALUE "OriginalFilename", "libmicrohttpd.dll\0" 24 VALUE "OriginalFilename", "libmicrohttpd-@MHD_W32_DLL_SUFF@.dll\0"
25 VALUE "CompanyName", "Free Software Foundation\0" 25 VALUE "CompanyName", "Free Software Foundation\0"
26 VALUE "LegalCopyright", "Copyright (C) 2007-2015 Christian Grothoff and project contributors\0" 26 VALUE "LegalCopyright", "Copyright (C) 2007-2017 Christian Grothoff and project contributors\0"
27 VALUE "Comments", "http://www.gnu.org/software/libmicrohttpd/\0" 27 VALUE "Comments", "http://www.gnu.org/software/libmicrohttpd/\0"
28 END 28 END
29 END 29 END