From: Daniel Stenberg Date: Mon, 14 Nov 2005 07:48:05 +0000 (+0000) Subject: Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in X-Git-Tag: curl-7_15_1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd870e4e8ad41258ba25a2c8a6a9ab894669ad0b;p=thirdparty%2Fcurl.git Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in module-definition files. this section is not mandatory for msvc60 so it could be completely removed from libcurl.def. --- diff --git a/lib/libcurl.def b/lib/libcurl.def index aeb9cd4ebd..e051970b91 100644 --- a/lib/libcurl.def +++ b/lib/libcurl.def @@ -4,7 +4,7 @@ LIBRARY LIBCURL -DESCRIPTION 'curl libcurl - http://curl.haxx.se' +;DESCRIPTION 'curl libcurl - http://curl.haxx.se' EXPORTS curl_easy_cleanup @ 1 ;