1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-19 21:50:29 +00:00

Makefile.msvc: add a couple of VS version strings

This commit is contained in:
Yang Tse
2011-01-17 21:06:38 +01:00
parent e5fe34eea6
commit dec9f79d0a

View File

@ -101,6 +101,8 @@ CC_VERS_NUM = 80
CC_VERS_NUM = 80
!ELSEIF "$(_NMAKE_VER)" == "8.00.50727.762"
CC_VERS_NUM = 80
!ELSEIF "$(_NMAKE_VER)" == "9.00.20706.01"
CC_VERS_NUM = 90
!ELSEIF "$(_NMAKE_VER)" == "9.00.21022.08"
CC_VERS_NUM = 90
!ELSEIF "$(_NMAKE_VER)" == "9.00.30729.01"
@ -109,6 +111,8 @@ CC_VERS_NUM = 90
CC_VERS_NUM = 100
!ELSEIF "$(_NMAKE_VER)" == "10.00.21003.01"
CC_VERS_NUM = 100
!ELSEIF "$(_NMAKE_VER)" == "10.00.30128.01"
CC_VERS_NUM = 100
!ELSEIF "$(_NMAKE_VER)" == "10.00.30319.01"
CC_VERS_NUM = 100
!ELSE