diff options
author | Alex Loukissas <alex@maginatics.com> | 2013-05-02 22:46:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-05-02 22:46:48 +0200 |
commit | df55bfac79a982af93a25545ab2eb96e0d54e784 (patch) | |
tree | a90fa3e2a772fe83cb6a04fc08dde8273a8f4450 /Makefile.msvc | |
parent | 3f0ec4733ede034194a09aa8f6b9eb960a492260 (diff) | |
download | c-ares-df55bfac79a982af93a25545ab2eb96e0d54e784.tar.gz c-ares-df55bfac79a982af93a25545ab2eb96e0d54e784.tar.bz2 c-ares-df55bfac79a982af93a25545ab2eb96e0d54e784.zip |
build: fix build on msvc11
Diffstat (limited to 'Makefile.msvc')
-rw-r--r-- | Makefile.msvc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.msvc b/Makefile.msvc index 4fc34ac..c83dd91 100644 --- a/Makefile.msvc +++ b/Makefile.msvc @@ -123,6 +123,8 @@ CC_VERS_NUM = 110 CC_VERS_NUM = 110 !ELSEIF "$(_NMAKE_VER)" == "11.00.51106.1" CC_VERS_NUM = 110 +!ELSEIF "$(_NMAKE_VER)" == "11.00.60315.1" +CC_VERS_NUM = 110 !ELSE ! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)" ! MESSAGE Please, report this condition on the c-ares development |