1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-20 19:23:52 +00:00

Makefile.msvc: add a couple of VS version strings

This commit is contained in:
Yang Tse
2011-01-17 20:44:23 +01:00
parent 5a21ba2b66
commit e5fe34eea6

View File

@ -85,10 +85,14 @@ USE_WATT32 = 0
CC_VERS_NUM = 60
!ELSEIF "$(_NMAKE_VER)" == "6.00.9782.0"
CC_VERS_NUM = 60
!ELSEIF "$(_NMAKE_VER)" == "7.00.8882"
CC_VERS_NUM = 70
!ELSEIF "$(_NMAKE_VER)" == "7.00.9466"
CC_VERS_NUM = 70
!ELSEIF "$(_NMAKE_VER)" == "7.00.9955"
CC_VERS_NUM = 70
!ELSEIF "$(_NMAKE_VER)" == "7.10.2240.8"
CC_VERS_NUM = 71
!ELSEIF "$(_NMAKE_VER)" == "7.10.3077"
CC_VERS_NUM = 71
!ELSEIF "$(_NMAKE_VER)" == "8.00.40607.16"