A static libcurl (ie winbuild mode=static) requires that the user define
CURL_STATICLIB when using it in their application. This is already
covered in the FAQ and INSTALL.md, but is a pretty important point so
now it's noted in the BUILD.WINDOWS.txt as well.
Assisted-by: Michael Vittiglio
Closes https://github.com/curl/curl/pull/4721
differently, you must destroy the build directory containing the configuration\r
so that nmake can build it from scratch.\r
\r
+Building your own application with a static libcurl\r
+===================================================\r
+When building an application that uses the static libcurl library on Windows,\r
+you must define CURL_STATICLIB. Otherwise the linker will look for dynamic\r
+import symbols.\r
+\r
Legacy Windows and SSL\r
======================\r
When you build curl using the build files in this directory the default SSL\r