Loading docs/INSTALL +3 −3 Original line number Original line Diff line number Diff line Loading @@ -177,9 +177,9 @@ Win32 Make the sources in the src/ drawer be a "win32 console application" Make the sources in the src/ drawer be a "win32 console application" project. Name it curl. project. Name it curl. With VC++, add 'wsock32.lib' to the link libs when you build 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 Borland seems to do that itself magically. Of course you have to make make sure it links with the libcurl too! sure it links with the libcurl too! For VC++ 6, there's an included Makefile.vc6 that should be possible For VC++ 6, there's an included Makefile.vc6 that should be possible to use out-of-the-box. to use out-of-the-box. Loading Loading
docs/INSTALL +3 −3 Original line number Original line Diff line number Diff line Loading @@ -177,9 +177,9 @@ Win32 Make the sources in the src/ drawer be a "win32 console application" Make the sources in the src/ drawer be a "win32 console application" project. Name it curl. project. Name it curl. With VC++, add 'wsock32.lib' to the link libs when you build 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 Borland seems to do that itself magically. Of course you have to make make sure it links with the libcurl too! sure it links with the libcurl too! For VC++ 6, there's an included Makefile.vc6 that should be possible For VC++ 6, there's an included Makefile.vc6 that should be possible to use out-of-the-box. to use out-of-the-box. Loading