diff options
author | Yang Tse <yangsita@gmail.com> | 2010-03-06 10:52:56 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-03-06 10:52:56 +0000 |
commit | 05b07653e5298b5b8bd7b834ce9806b4da480cd4 (patch) | |
tree | 83da35bacfc88b7efbb6200ceaed2f8bba34d01a /Makefile.msvc | |
parent | c431501153cd904b9f696ab84b343d8376bee23c (diff) | |
download | c-ares-05b07653e5298b5b8bd7b834ce9806b4da480cd4.tar.gz c-ares-05b07653e5298b5b8bd7b834ce9806b4da480cd4.tar.bz2 c-ares-05b07653e5298b5b8bd7b834ce9806b4da480cd4.zip |
Added another VS10 version string
Diffstat (limited to 'Makefile.msvc')
-rw-r--r-- | Makefile.msvc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.msvc b/Makefile.msvc index 311b271..fe3c118 100644 --- a/Makefile.msvc +++ b/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 |