]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added another VS10 version string
authorYang Tse <yangsita@gmail.com>
Sat, 6 Mar 2010 10:52:56 +0000 (10:52 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 6 Mar 2010 10:52:56 +0000 (10:52 +0000)
ares/Makefile.msvc

index 311b2713e4b56c0d78e9f45d4f79d760d0defdbd..fe3c11852c9ab581fd2e252d1bbb2cfdbd884701 100644 (file)
@@ -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