Changes between Version 2 and Version 3 of LibCurl


Ignore:
Timestamp:
Aug 22, 2007, 4:31:59 PM (17 years ago)
Author:
warmerdam
Comment:

switch win32 curl binary.

Legend:

Unmodified
Added
Removed
Modified
  • LibCurl

    v2 v3  
    77== Win32 Build ==
    88
    9 On win32, the http://curl.haxx.se/download/libcurl-7.16.4-win32-ssl.zip package should be suitable for use with GDAL, in which case the declaration in nmake.opt might look like:
     9On win32, the http://my.guardpuppy.com/libcurl-7.15.1-msvc-win32-ssl-0.9.8a-zlib-1.2.3.zip package should be suitable for use with GDAL, in which case the declaration in nmake.opt might look like:
    1010
    1111{{{
    1212# Uncomment to use libcurl (for WCS)
    13 CURL_DIR=C:\BuildStuff\libcurl-7.16.4
     13CURL_DIR=C:\BuildStuff\libcurl-7.15.1
    1414CURL_INC = -I$(CURL_DIR)/include
    15 CURL_LIB = $(CURL_DIR)/lib/libcurl.dll.a
     15CURL_LIB = $(CURL_DIR)/libcurl_imp.lib
    1616}}}