summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-02-13 13:00:36 +0100
committerYang Tse <yangsita@gmail.com>2013-02-13 13:03:44 +0100
commitbe6e6984b5a6d8f2543cde1f1ed0c7c3b175d88c (patch)
treeb0ffb5ce8d29f674930f922c87c60b5191d0c8ed
parentdf72bed2e328fe5dda2bdf781f52ff7aa5b9ae16 (diff)
downloadc-ares-be6e6984b5a6d8f2543cde1f1ed0c7c3b175d88c.tar.gz
c-ares-be6e6984b5a6d8f2543cde1f1ed0c7c3b175d88c.tar.bz2
c-ares-be6e6984b5a6d8f2543cde1f1ed0c7c3b175d88c.zip
Makefile.msvc: add four VS version strings
-rw-r--r--Makefile.msvc10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.msvc b/Makefile.msvc
index 64af1c1..4fc34ac 100644
--- a/Makefile.msvc
+++ b/Makefile.msvc
@@ -1,5 +1,5 @@
-# Copyright (C) 2009-2010 by Daniel Stenberg
+# Copyright (C) 2009-2013 by Daniel Stenberg
#
# Permission to use, copy, modify, and distribute this
# software and its documentation for any purpose and without
@@ -115,6 +115,14 @@ CC_VERS_NUM = 100
CC_VERS_NUM = 100
!ELSEIF "$(_NMAKE_VER)" == "10.00.30319.01"
CC_VERS_NUM = 100
+!ELSEIF "$(_NMAKE_VER)" == "10.00.40219.01"
+CC_VERS_NUM = 100
+!ELSEIF "$(_NMAKE_VER)" == "11.00.50522.1"
+CC_VERS_NUM = 110
+!ELSEIF "$(_NMAKE_VER)" == "11.00.50727.1"
+CC_VERS_NUM = 110
+!ELSEIF "$(_NMAKE_VER)" == "11.00.51106.1"
+CC_VERS_NUM = 110
!ELSE
! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)"
! MESSAGE Please, report this condition on the c-ares development