diff options
Diffstat (limited to 'Makefile.msvc')
-rw-r--r-- | Makefile.msvc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.msvc b/Makefile.msvc index c83dd91..7f4806b 100644 --- a/Makefile.msvc +++ b/Makefile.msvc @@ -125,6 +125,12 @@ CC_VERS_NUM = 110 CC_VERS_NUM = 110 !ELSEIF "$(_NMAKE_VER)" == "11.00.60315.1" CC_VERS_NUM = 110 +!ELSEIF "$(_NMAKE_VER)" == "11.00.61030.0" +CC_VERS_NUM = 110 +!ELSEIF "$(_NMAKE_VER)" == "12.00.21005.1" +CC_VERS_NUM = 120 +!ELSEIF "$(_NMAKE_VER)" == "14.00.23026.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 |