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
!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/
# | (__| |_| | _ <| |___\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
\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