Skip to content

Commit

Permalink
build: fix build on msvc11
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-maginatics authored and bagder committed May 2, 2013
1 parent 3f0ec47 commit df55bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ HHEADERS = ares.h \
ares_data.h \
ares_dns.h \
ares_getenv.h \
ares_inet_net_pton.h \
ares_iphlpapi.h \
ares_ipv6.h \
ares_library_init.h \
Expand All @@ -66,8 +67,6 @@ HHEADERS = ares.h \
ares_version.h \
ares_writev.h \
bitncmp.h \
inet_net_pton.h \
inet_ntop.h \
nameser.h \
ares_setup.h \
setup_once.h
Expand Down
2 changes: 2 additions & 0 deletions Makefile.msvc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ CC_VERS_NUM = 110
CC_VERS_NUM = 110
!ELSEIF "$(_NMAKE_VER)" == "11.00.51106.1"
CC_VERS_NUM = 110
!ELSEIF "$(_NMAKE_VER)" == "11.00.60315.1"
CC_VERS_NUM = 110
!ELSE
! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)"
! MESSAGE Please, report this condition on the c-ares development
Expand Down

0 comments on commit df55bfa

Please sign in to comment.