1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-17 15:12:34 +00:00

Merge pull request #26 from bitbouncer/vs-2013

added define for visual studio 2013
This commit is contained in:
David Drysdale
2015-09-16 10:51:30 +01:00

View File

@ -125,6 +125,8 @@ CC_VERS_NUM = 110
CC_VERS_NUM = 110
!ELSEIF "$(_NMAKE_VER)" == "11.00.60315.1"
CC_VERS_NUM = 110
!ELSEIF "$(_NMAKE_VER)" == "12.00.21005.1"
CC_VERS_NUM = 120
!ELSE
! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)"
! MESSAGE Please, report this condition on the c-ares development