aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2005-01-04 16:16:03 +0000
committerGisle Vanem <gvanem@broadpark.no>2005-01-04 16:16:03 +0000
commit2dcb8b674f9b957a8fdd1cc5ab767588aa0cee60 (patch)
tree830acea97b99cf79dac53e736cc58c34d6ccade8
parent1e3b1b6e476ea9c5a503036210fbcf8d86177bd6 (diff)
Changed curl.dll to libcurl.dll.
-rw-r--r--docs/FAQ8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index ab6ada20d..5aab4f036 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -823,12 +823,12 @@ FAQ
add -DCURL_STATICLIB to your CFLAGS. Otherwise the linker will look for
dynamic import symbols. If you get linker error like "unknown symbol
__imp__curl_easy_init ..." you have linked against the wrong (static)
- library. If you want to use the curl.dll and import lib, you don't need any
- extra CFLAGS, but use one of the import libraries below. These are the
+ library. If you want to use the libcurl.dll and import lib, you don't need
+ any extra CFLAGS, but use one of the import libraries below. These are the
libraries produced by the various lib/Makefile.* files:
- Target: static lib. import lib for curl*.dll.
- --------------------------------------------------------
+ Target: static lib. import lib for libcurl*.dll.
+ -----------------------------------------------------------
MingW: libcurl.a libcurldll.a
MSVC (release): libcurl.lib libcurl_imp.lib
MSVC (debug): libcurld.lib libcurld_imp.lib