1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

Added another VS10 version string

This commit is contained in:
Yang Tse 2010-03-06 10:52:56 +00:00
parent 3036abb90c
commit a24a67bd1e

View File

@ -1,6 +1,6 @@
# $Id$ # $Id$
# Copyright (C) 2009 by Daniel Stenberg # Copyright (C) 2009-2010 by Daniel Stenberg
# #
# Permission to use, copy, modify, and distribute this # Permission to use, copy, modify, and distribute this
# software and its documentation for any purpose and without # software and its documentation for any purpose and without
@ -104,6 +104,8 @@ CC_VERS_NUM = 90
CC_VERS_NUM = 90 CC_VERS_NUM = 90
!ELSEIF "$(_NMAKE_VER)" == "10.00.20506.01" !ELSEIF "$(_NMAKE_VER)" == "10.00.20506.01"
CC_VERS_NUM = 100 CC_VERS_NUM = 100
!ELSEIF "$(_NMAKE_VER)" == "10.00.21003.01"
CC_VERS_NUM = 100
!ELSE !ELSE
! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)" ! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)"
! MESSAGE Please, report this condition on the c-ares development ! MESSAGE Please, report this condition on the c-ares development