diff options
author | Steve Holme <steve_holme@hotmail.com> | 2017-12-22 18:44:35 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2017-12-22 18:44:35 +0000 |
commit | 22fddb85acf07c89849ff0de95c7c92fbd265f69 (patch) | |
tree | 044a41ca6a13a24d6c1161993d17b81e62afa58f /winbuild/MakefileBuild.vc | |
parent | ad1dc10e613b5753430477c14f5b61c09d9f7a20 (diff) | |
download | curl-22fddb85acf07c89849ff0de95c7c92fbd265f69.tar.gz |
winbuild: Added support for VC15
Diffstat (limited to 'winbuild/MakefileBuild.vc')
-rw-r--r-- | winbuild/MakefileBuild.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 524926a02..32790ff86 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1999 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1999 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -22,7 +22,7 @@ ###########################################################################
#
-# Makefile for building libcurl with MSVC 6, 7, 8, 9, 10, 11, 12 and 14
+# Makefile for building libcurl with MSVC 6 through to 15
#
# Usage: see usage message below
# Should be invoked from winbuild directory
|