From: Yang Tse Date: Tue, 16 Nov 2010 02:33:54 +0000 (+0100) Subject: Added another VS10 version string X-Git-Tag: upstream/1.10.0~262 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=137a440a364eeb667cc07ae8acf1665a76dfce9f;p=platform%2Fupstream%2Fc-ares.git Added another VS10 version string --- 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