From 36ca36eedd0b79d3d60d5db94819cc680583eb98 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Sun, 3 Jan 2016 15:41:57 -0500 Subject: [PATCH] Support Visual Studio 2015 --- Makefile.msvc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.msvc b/Makefile.msvc index e3c20ba5..7f4806bc 100644 --- a/Makefile.msvc +++ b/Makefile.msvc @@ -129,6 +129,8 @@ CC_VERS_NUM = 110 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