]> granicus.if.org Git - curl/commitdiff
winbuild: Added support for VC15
authorSteve Holme <steve_holme@hotmail.com>
Fri, 22 Dec 2017 18:44:35 +0000 (18:44 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 22 Dec 2017 18:44:35 +0000 (18:44 +0000)
winbuild/BUILD.WINDOWS.txt
winbuild/Makefile.vc
winbuild/MakefileBuild.vc

index 1840991fe6ee5a99f04cd1753f3b870cb3ae313a..98deed01e33aeca27c22a454af31f5a4603afb1d 100644 (file)
@@ -65,7 +65,7 @@ a directory named using the options given to the nmake call.
 nmake /f Makefile.vc mode=<static or dll> <options>\r
 \r
 where <options> is one or many of:\r
-  VC=<6,7,8,9,10,11,12,14>     - VC versions\r
+  VC=<6,7,8,9,10,11,12,14,15>  - VC versions\r
   WITH_DEVEL=<path>            - Paths for the development files (SSL, zlib, etc.)\r
                                  Defaults to sibbling directory deps: ../deps\r
                                  Libraries can be fetched at http://windows.php.net/downloads/php-sdk/deps/\r
index ba73efde927ee2468bd8b5ff156e54b69f323b1c..6473536f4fd54b7b0d04c71b5f7b7c0d2126d573 100644 (file)
@@ -15,7 +15,7 @@ CFGSET=true
 
 !MESSAGE Usage: nmake /f Makefile.vc mode=<static or dll> <options>
 !MESSAGE where <options> is one or many of:
-!MESSAGE   VC=<6,7,8,9,10,11,12,14>     - VC versions
+!MESSAGE   VC=<6,7,8,9,10,11,12,14,15>  - VC versions
 !MESSAGE   WITH_DEVEL=<path>            - Paths for the development files (SSL, zlib, etc.)
 !MESSAGE                                  Defaults to sibbling directory deps: ../deps
 !MESSAGE                                  Libraries can be fetched at http://pecl2.php.net/downloads/php-windows-builds/
index 524926a0268b5fe5f277379f6c40d5651c598da3..32790ff86d9b15e0e39e043e6694009ed08a385a 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___\r
 #                             \___|\___/|_| \_\_____|\r
 #\r
-# Copyright (C) 1999 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.\r
+# Copyright (C) 1999 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.\r
 #\r
 # This software is licensed as described in the file COPYING, which\r
 # you should have received as part of this distribution. The terms\r
@@ -22,7 +22,7 @@
 \r
 ###########################################################################\r
 #\r
-# Makefile for building libcurl with MSVC 6, 7, 8, 9, 10, 11, 12 and 14\r
+# Makefile for building libcurl with MSVC 6 through to 15\r
 #\r
 # Usage: see usage message below\r
 #        Should be invoked from winbuild directory\r