From ad324576230159dcf03fb9f5ac0b4d9c2b7b457a Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Tue, 21 Jul 2015 18:52:43 +0100 Subject: makefile: Added support for VC14 --- winbuild/BUILD.WINDOWS.txt | 2 +- winbuild/Makefile.vc | 2 +- winbuild/MakefileBuild.vc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'winbuild') diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt index ed19e56c0..1556fe654 100644 --- a/winbuild/BUILD.WINDOWS.txt +++ b/winbuild/BUILD.WINDOWS.txt @@ -58,7 +58,7 @@ a directory named using the options given to the nmake call. nmake /f Makefile.vc mode= where is one or many of: - VC=<6,7,8,9,10,11,12> - VC versions + VC=<6,7,8,9,10,11,12,14> - VC versions WITH_DEVEL= - Paths for the development files (SSL, zlib, etc.) Defaults to sibbling directory deps: ../deps Libraries can be fetched at http://windows.php.net/downloads/php-sdk/deps/ 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= !MESSAGE where 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= - 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/ diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 2cad15c9c..28d40baa0 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -22,7 +22,7 @@ ########################################################################### # -# Makefile for building libcurl with MSVC 6, 7, 8, 9, 10, 11 and 12 +# Makefile for building libcurl with MSVC 6, 7, 8, 9, 10, 11, 12 and 14 # # Usage: see usage message below # Should be invoked from winbuild directory -- cgit v1.2.3