diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-01-08 00:30:33 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-01-08 02:26:42 +0000 |
commit | 01513161830d4533cf66738c2a3cd48e88468b76 (patch) | |
tree | 8d89212a42f7d062b0fd7a76fc2fd3f790a89fd2 /winbuild/BUILD.WINDOWS.txt | |
parent | aa1ee9e7a25a76311e3d499f269f20dfd890d9c2 (diff) | |
download | curl-01513161830d4533cf66738c2a3cd48e88468b76.tar.gz |
makefile: Added support for VC12
Diffstat (limited to 'winbuild/BUILD.WINDOWS.txt')
-rw-r--r-- | winbuild/BUILD.WINDOWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt index 4e0511375..06d7b2fb3 100644 --- a/winbuild/BUILD.WINDOWS.txt +++ b/winbuild/BUILD.WINDOWS.txt @@ -52,7 +52,7 @@ a directory named using the options given to the nmake call. nmake /f Makefile.vc mode=<static or dll> <options>
where <options> is one or many of:
- VC=<6,7,8,9,10,11> - VC versions
+ VC=<6,7,8,9,10,11,12> - VC versions
WITH_DEVEL=<path> - Paths for the development files (SSL, zlib, etc.)
Defaults to sibbling directory deps: ../deps
Libraries can be fetched at http://pecl2.php.net/downloads/php-windows-builds/
|