Skip to content
Snippets Groups Projects
Commit 2dcb8b67 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Changed curl.dll to libcurl.dll.

parent 1e3b1b6e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment