summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2016-02-03 04:16:52 +0100
committerJay Satiro <raysatiro@yahoo.com>2016-02-02 22:29:47 -0500
commitb4f595bde474d8f10a5c35491b32e3bde84ec226 (patch)
treeaaa0a48b63b473d182f93a80b403b7a93ad47102 /winbuild
parent093f9cd38de68f1a327ac8352cfb1168c1140765 (diff)
downloadcurl-b4f595bde474d8f10a5c35491b32e3bde84ec226.tar.gz
URLs: change more http to https
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/BUILD.WINDOWS.txt6
1 files changed, 3 insertions, 3 deletions
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 <options> is one or many of:
ENABLE_IPV6=<yes or no> - Enable IPv6, defaults to yes
ENABLE_IDN=<yes or no> - 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=<yes or no> - Enable native Windows SSL support, defaults to yes
GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)
DEBUG=<yes or no> - Debug builds