aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-04 16:01:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-04 16:01:34 +0000
commit9cdaae94ccfbbc47bc33ca22519588ea0bfc3155 (patch)
treeb723048e4a386a7cda53ae3449f9fb7ccc9b6b9c
parent316e74be74e6c1eebbd6d0265f96df37a87740d3 (diff)
just narrowed some text to fit within 80 cols
-rw-r--r--docs/FAQ8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index e80d63406..ab6ada20d 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -822,10 +822,10 @@ FAQ
When building an application that uses the static libcurl library, you must
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 libraries produced by
- the various lib/Makefile.* files:
+ __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
+ libraries produced by the various lib/Makefile.* files:
Target: static lib. import lib for curl*.dll.
--------------------------------------------------------