msvc_ver.inc: support Visual Studio 2015 Update 1

pull/49/merge
Chris Araman 9 years ago committed by David Drysdale
parent b81e1628a1
commit cd774485a0
  1. 2
      msvc_ver.inc

@ -58,6 +58,8 @@ CC_VERS_NUM = 110
CC_VERS_NUM = 120
!ELSEIF "$(_NMAKE_VER)" == "14.00.23026.0"
CC_VERS_NUM = 140
!ELSEIF "$(_NMAKE_VER)" == "14.00.23506.0"
CC_VERS_NUM = 140
!ELSE
! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)"
! MESSAGE Please, report this condition on the c-ares development

Loading…
Cancel
Save