projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ae9e4
)
Added another VS10 version string
author
Yang Tse
<yangsita@gmail.com>
Tue, 16 Nov 2010 02:33:54 +0000
(
03:33
+0100)
committer
Yang Tse
<yangsita@gmail.com>
Tue, 16 Nov 2010 02:33:54 +0000
(
03:33
+0100)
Makefile.msvc
patch
|
blob
|
history
diff --git
a/Makefile.msvc
b/Makefile.msvc
index
66f9fae
..
7a2fce0
100644
(file)
--- a/
Makefile.msvc
+++ b/
Makefile.msvc
@@
-105,6
+105,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.30319.01"
+CC_VERS_NUM = 100
!ELSE
! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)"
! MESSAGE Please, report this condition on the c-ares development