diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-01-08 00:15:30 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-01-08 01:36:33 +0000 |
commit | aa1ee9e7a25a76311e3d499f269f20dfd890d9c2 (patch) | |
tree | 76ea3f2658c2de8c463bda9b9e1618412e7e5dd4 /winbuild/MakefileBuild.vc | |
parent | f61e0a34eac58c645fd6f878a0108d45b2f7f6da (diff) | |
download | curl-aa1ee9e7a25a76311e3d499f269f20dfd890d9c2.tar.gz |
makefile: Added support for VC11
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 aca4ac9ca..e43dd367b 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -22,7 +22,7 @@ ###########################################################################
#
-# Makefile for building libcurl with MSVC 6, 7, 8, 9 and 10
+# Makefile for building libcurl with MSVC 6, 7, 8, 9, 10 and 11
#
# Usage: see usage message below
# Should be invoked from winbuild directory
|