From 137a440a364eeb667cc07ae8acf1665a76dfce9f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 16 Nov 2010 03:33:54 +0100 Subject: Added another VS10 version string --- Makefile.msvc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.msvc') diff --git a/Makefile.msvc b/Makefile.msvc index 66f9fae..7a2fce0 100644 --- a/Makefile.msvc +++ b/Makefile.msvc @@ -105,6 +105,8 @@ CC_VERS_NUM = 90 CC_VERS_NUM = 100 !ELSEIF "$(_NMAKE_VER)" == "10.00.21003.01" CC_VERS_NUM = 100 +!ELSEIF "$(_NMAKE_VER)" == "10.00.30319.01" +CC_VERS_NUM = 100 !ELSE ! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)" ! MESSAGE Please, report this condition on the c-ares development -- cgit v1.2.3