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/MakefileBuild.vc | |
parent | aa1ee9e7a25a76311e3d499f269f20dfd890d9c2 (diff) | |
download | curl-01513161830d4533cf66738c2a3cd48e88468b76.tar.gz |
makefile: Added support for VC12
Diffstat (limited to 'winbuild/MakefileBuild.vc')
-rw-r--r-- | winbuild/MakefileBuild.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index e43dd367b..37767a9be 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -22,7 +22,7 @@ ###########################################################################
#
-# Makefile for building libcurl with MSVC 6, 7, 8, 9, 10 and 11
+# Makefile for building libcurl with MSVC 6, 7, 8, 9, 10, 11 and 12
#
# Usage: see usage message below
# Should be invoked from winbuild directory
|