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/Makefile.vc | |
parent | ad1dc10e613b5753430477c14f5b61c09d9f7a20 (diff) | |
download | curl-22fddb85acf07c89849ff0de95c7c92fbd265f69.tar.gz |
winbuild: Added support for VC15
Diffstat (limited to 'winbuild/Makefile.vc')
-rw-r--r-- | winbuild/Makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index ba73efde9..6473536f4 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -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/ |