Update msvc_ver.inc (#91)

For Visual Studio 2017 builds
pull/92/head
Michael Osei 8 years ago committed by David Drysdale
parent 39aeafd27d
commit 6b452db894
  1. 2
      msvc_ver.inc

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