cURL / Mailing Lists / curl-library / Single Mail

curl-library

specifying protocols for Windows LibCurl Build

From: JonathonS <thejunkjon_at_gmail.com>
Date: Tue, 13 Dec 2011 14:07:43 -0800

Hi,

How would I specify which protocols to enable/disable when building
libcurl for Windows?

In the provided build instructions, it looks like the Windows build
script only allows for:

-----------------------------
nmake /f makefile.vc mode=<static or dll> <options>
where <options> is one or many of:
  VC=<6,7,8,9,10> - VC versions
  WITH_DEVEL=<path> - Paths for the development files (SSL,
zlib, etc.)
                                 Default to sibbling directory deps: ../deps
                                 Libraries can be fetched at
http://pecl2.php.net/downloads/php-windows-builds/
                                 Uncompress them into the deps folder.
  WITH_SSL=<dll or static> - Enable OpenSSL support, DLL or static
  WITH_ZLIB=<dll or static> - Enable ZLib support, DLL or static
  WITH_SSH2=<dll or static> - Enable LIbSSH2 support, DLL or static
  USE_SSSPI=<yes or no> - Enable SSPI support, default to yes
  USE_IPV6=<yes or no> - Enable IPV6, default to yes
  DEBUG=<yes or no> - Debug builds
  USE_IDN=<yes or no> - Wheter or not to use IDN Windows
APIs. Requires Windows Vista or later.
                                 or to install
http://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815
  GEN_PDB=<yes or no> - Generate Program Database (debug
symbols release build)
-------------------

I'd like to enable only HTTP and HTTPS and disable all others. I am
using libcurl 7.22.0

thanks,
J
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-12-13