Replace libcurl with a self-compiled (in VC2005) copy of 7.21.4 with no SSL/zlib support, in an attempt to fix errors on 64-bit Windows

This was SVN commit r8941.
This commit is contained in:
Ykkrosh 2011-02-19 18:44:09 +00:00
parent 1b1230ca3e
commit 06a088efa8

View File

@ -137,9 +137,8 @@ extern_lib_defs = {
dbg_suffix = "",
},
libcurl = {
win_names = { "curllib" },
win_names = { "libcurl" },
unix_names = { "curl" },
dbg_suffix = "",
},
libjpg = {
win_names = { "jpeg-6b" },