cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: How to compile libcurl with SSL support on Windows?

From: Bradford Bruce <bbruce_at_interpool.com>
Date: Thu, 27 Oct 2005 08:28:58 -0400

Are you trying to build from the command line or the GUI?

I've found the command line to be easier.

Below is a section of makefile.vc6 included in the distribution.

!MESSAGE Usage: nmake /f makefile.vc6 CFG=<config> <target>
!MESSAGE where <config> is one of:
!MESSAGE release - release static library
!MESSAGE release-ssl - release static library with
ssl
!MESSAGE release-zlib - release static library with
zlib
!MESSAGE release-ssl-zlib - release static library with
ssl and zlib
!MESSAGE release-ssl-dll - release static library with
dynamic ssl
!MESSAGE release-zlib-dll - release static library with
dynamic zlib
!MESSAGE release-ssl-dll-zlib-dll - release static library with
dynamic ssl and dynamic zlib
!MESSAGE release-dll - release dynamic library
!MESSAGE release-dll-ssl-dll - release dynamic library with
dynamic ssl
!MESSAGE release-dll-zlib-dll - release dynamic library with
dynamic zlib
!MESSAGE release-dll-ssl-dll-zlib-dll - release dynamic library with
dynamic ssl and dynamic zlib
!MESSAGE debug - debug static library
!MESSAGE debug-ssl - debug static library with ssl
!MESSAGE debug-zlib - debug static library with zlib
!MESSAGE debug-ssl-zlib - debug static library with ssl
and zlib
!MESSAGE debug-ssl-dll - debug static library with
dynamic ssl
!MESSAGE debug-zlib-dll - debug static library with
dynamic zlib
!MESSAGE debug-ssl-dll-zlib-dll - debug static library with
dynamic ssl and dynamic zlib
!MESSAGE debug-dll - debug dynamic library
!MESSAGE debug-dll-ssl-dll - debug dynamic library with
dynamic ssl
!MESSAGE debug-dll-zlib-dll - debug dynamic library with
dynamic zlib1
!MESSAGE debug-dll-ssl-dll-zlib-dll - debug dynamic library with
dynamic ssl and dynamic zlib
!MESSAGE <target> can be left blank in which case all is assumed

Brad Bruce
 
-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se
[mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Wednesday, October 26, 2005 2:15 PM
To: libcurl development
Subject: Re: How to compile libcurl with SSL support on Windows?

On Wed, 26 Oct 2005, Wei Weng wrote:

> With visual studio.
>
> Any HOWTOs I can read?

You read docs/INSTALL already and it didn't help? There's even a visual
studio project file in the lib/ dir in the release archive, that not
good
enough either?

Can you tell us a little bit about what your problems are?

-- 
  Commercial curl and libcurl Technical Support:
http://haxx.se/curl.html
NOTICE: This e-mail and any attachment may contain confidential and/or legally privileged information. If you are not the intended recipient, you must not review, retransmit, print, copy, use or disseminate it. Please immediately notify us by return e-mail and delete it along with any attachment and do not retain a copy. If this e-mail contains a forwarded e-mail or is a reply to a prior e-mail, the contents may not have been produced by the sender and therefore we are not responsible for its contents.
This notice is automatically appended to each e-mail. It is the recipient's responsibility to take measures to ensure that this e-mail is virus free, and no responsibility is accepted by us for any loss or damage arising in any way from its use.
Received on 2005-10-27