Gisle Vanem in gmane.comp.web.curl.library (Sat, 13 Jul 2013 15:29:54 +0200): >"sumit gambhir" <[email protected]> wrote: > >> Please provide steps to compile Curl with TLS and HTTPS support using MSVC >> 2008. > >What HTTPS library you want to use? The SSL that comes with >Windows would probably be best for your. It could be built in this ugly >way: > cd lib > nmake -f Makefile.vc6 WINDOWS_SSPI=1 CFG=release-winssl-zlib
I am sure this it not what the OP wants. MSVC 2008 = vc9, not vc6. He will have to use the Makefile.vc. And is there a reason why you are not advising him to build Curl in /winbuild with 'WITH_WINSSL=static'? Jan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
