mirror of
https://github.com/curl/curl.git
synced 2026-04-24 14:52:13 +03:00
SM corrected wsock32 to ws2_32
This commit is contained in:
parent
d1ea596f88
commit
b342fbdcda
1 changed files with 3 additions and 3 deletions
|
|
@ -177,9 +177,9 @@ Win32
|
|||
Make the sources in the src/ drawer be a "win32 console application"
|
||||
project. Name it curl.
|
||||
|
||||
With VC++, add 'wsock32.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!
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue