diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-07-21 18:52:43 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-07-21 18:52:43 +0100 |
commit | ad324576230159dcf03fb9f5ac0b4d9c2b7b457a (patch) | |
tree | f0c74f7f80627324354351c651c14e72d7b9d853 /winbuild/Makefile.vc | |
parent | 32d4260c2d93503f035ee97e7eb92faf5c2ec6ae (diff) | |
download | curl-ad324576230159dcf03fb9f5ac0b4d9c2b7b457a.tar.gz |
makefile: Added support for VC14
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 21e1614ae..5b726cd57 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> - VC versions
+!MESSAGE VC=<6,7,8,9,10,11,12,14> - 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/
|