summaryrefslogtreecommitdiff
path: root/Makefile.msvc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-11-16 03:33:54 +0100
committerYang Tse <yangsita@gmail.com>2010-11-16 03:33:54 +0100
commit137a440a364eeb667cc07ae8acf1665a76dfce9f (patch)
tree661777ee6d19d2c021e36f9fb6f0f71ac1022894 /Makefile.msvc
parent10ae9e4ec2629f592c82a1a31c24884deb761431 (diff)
downloadc-ares-137a440a364eeb667cc07ae8acf1665a76dfce9f.tar.gz
c-ares-137a440a364eeb667cc07ae8acf1665a76dfce9f.tar.bz2
c-ares-137a440a364eeb667cc07ae8acf1665a76dfce9f.zip
Added another VS10 version string
Diffstat (limited to 'Makefile.msvc')
-rw-r--r--Makefile.msvc2
1 files changed, 2 insertions, 0 deletions
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