msvc_ver.inc support most recent Visual Studio 2017 (#101)

pull/48/merge
David Hotham 8 years ago committed by David Drysdale
parent 7833f601c9
commit 40eb41f522
  1. 2
      msvc_ver.inc

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