aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.msvc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-03-06 10:52:56 +0000
committerYang Tse <yangsita@gmail.com>2010-03-06 10:52:56 +0000
commita24a67bd1ee194f186410eba0bcd7c1720ce730e (patch)
tree91f6e5ebca6d056d2c5c3226421d5052b4e46657 /ares/Makefile.msvc
parent3036abb90c4e4bd113d235ddbdf2f151f24da892 (diff)
Added another VS10 version string
Diffstat (limited to 'ares/Makefile.msvc')
-rw-r--r--ares/Makefile.msvc4
1 files changed, 3 insertions, 1 deletions
diff --git a/ares/Makefile.msvc b/ares/Makefile.msvc
index 311b2713e..fe3c11852 100644
--- a/ares/Makefile.msvc
+++ b/ares/Makefile.msvc
@@ -1,6 +1,6 @@
# $Id$
-# Copyright (C) 2009 by Daniel Stenberg
+# Copyright (C) 2009-2010 by Daniel Stenberg
#
# Permission to use, copy, modify, and distribute this
# software and its documentation for any purpose and without
@@ -104,6 +104,8 @@ CC_VERS_NUM = 90
CC_VERS_NUM = 90
!ELSEIF "$(_NMAKE_VER)" == "10.00.20506.01"
CC_VERS_NUM = 100
+!ELSEIF "$(_NMAKE_VER)" == "10.00.21003.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