From b4f595bde474d8f10a5c35491b32e3bde84ec226 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 3 Feb 2016 04:16:52 +0100 Subject: URLs: change more http to https --- winbuild/BUILD.WINDOWS.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winbuild/BUILD.WINDOWS.txt') diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt index 1556fe654..0d60b9670 100644 --- a/winbuild/BUILD.WINDOWS.txt +++ b/winbuild/BUILD.WINDOWS.txt @@ -12,12 +12,12 @@ Building with Visual C++, prerequisites The latest Platform SDK can be downloaded freely from: - http://msdn.microsoft.com/en-us/windows/bb980924 + https://msdn.microsoft.com/en-us/windows/bb980924 If you are building with VC6 then you will also need the February 2003 Edition of the Platform SDK which can be downloaded from: - http://www.microsoft.com/en-us/download/details.aspx?id=12261 + https://www.microsoft.com/en-us/download/details.aspx?id=12261 If you wish to support zlib, openssl, c-ares, ssh2, you will have to download them separately and copy them to the deps directory as shown below: @@ -71,7 +71,7 @@ where is one or many of: ENABLE_IPV6= - Enable IPv6, defaults to yes ENABLE_IDN= - Enable use of Windows IDN APIs, defaults to yes Requires Windows Vista or later, or installation from: - http://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815 + https://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815 ENABLE_WINSSL= - Enable native Windows SSL support, defaults to yes GEN_PDB= - Generate Program Database (debug symbols for release build) DEBUG= - Debug builds -- cgit v1.2.3