diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-13 11:53:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-13 11:53:33 +0000 |
commit | e9812c53cb0d4bbbd70c9351f0ea9697bb203935 (patch) | |
tree | 13a4f9ea6c0579e9d4170b81fb24d916544c102f /docs/INSTALL | |
parent | ed98565963c95094127559d1be241d6312dba072 (diff) | |
download | curl-e9812c53cb0d4bbbd70c9351f0ea9697bb203935.tar.gz |
strip trailing whitespace
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index cfbfad6d8..d095eb094 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -158,17 +158,9 @@ Win32 Make the sources in the src/ drawer be a "win32 console application" project. Name it curl. - With VC++, add 'ws2_32.lib' to the link libs when you build curl! - Borland seems to do that itself magically. Of course you have to make - sure it links with the libcurl too! - For VC++ 6, there's an included Makefile.vc6 that should be possible to use out-of-the-box. - Microsoft note: add /Zm200 to the compiler options to increase the - compiler's memory allocation limit, as the hugehelp.c won't compile - due to "too long puts string". - With SSL: @@ -596,3 +588,5 @@ Zlib http://www.gzip.org/zlib/ + + LocalWords: MingW |