Merge pull request #59 from fuze/master

Update msvc_ver.inc for VS2015 Update 3
pull/61/head
David Drysdale 9 years ago committed by GitHub
commit 7d3e99fd5c
  1. 2
      msvc_ver.inc

@ -62,6 +62,8 @@ CC_VERS_NUM = 140
CC_VERS_NUM = 140
!ELSEIF "$(_NMAKE_VER)" == "14.00.23918.0"
CC_VERS_NUM = 140
!ELSEIF "$(_NMAKE_VER)" == "14.00.24210.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