]> granicus.if.org Git - curl/commit
winbuild: Support custom devel paths for each dependency
authorkdekker <kees.dekker@infor.com>
Mon, 9 Apr 2018 09:19:51 +0000 (11:19 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 17 Apr 2018 07:13:50 +0000 (03:13 -0400)
commit7921659450c0a479b5fc675e11dded78a2bffb5a
treec484b6ae626ec79ce11c34609c91456629c0be85
parent3872d8310deb21ed94294f185efd47a61726ecfd
winbuild: Support custom devel paths for each dependency

- Support custom devel paths for c-ares, mbedTLS, nghttp2, libSSH2,
  OpenSSL and zlib. Respectively: CARES_PATH, MBEDTLS_PATH,
  NGHTTP2_PATH, SSH2_PATH, SSL_PATH and ZLIB_PATH.

- Use lib.exe for making the static library instead of link.exe /lib.
  The latter is undocumented and could cause problems as noted in the
  comments.

- Remove a dangling URL that no longer worked. (I was not able to find
  the IDN download at MSDN/microsoft.com, so it seems to be removed.)

- Remove custom override for release-ssh2-ssl-dll-zlib configuration.
  Nobody knows why it was there and as far as we can see is unnecessary.

Closes https://github.com/curl/curl/pull/2474
winbuild/BUILD.WINDOWS.txt
winbuild/Makefile.vc
winbuild/MakefileBuild.vc