forked from boostorg/regex
Add <no-warn> so como can compile winnt.h
[SVN r18656]
This commit is contained in:
@ -11,6 +11,7 @@ lib boost_regex : ../src/$(SOURCES).cpp
|
||||
<sysinclude>$(BOOST_ROOT)
|
||||
<define>BOOST_REGEX_NO_LIB=1
|
||||
<define>BOOST_REGEX_STATIC_LINK=1
|
||||
<no-warn>$(SOURCES).cpp
|
||||
:
|
||||
debug release
|
||||
;
|
||||
@ -21,6 +22,7 @@ dll boost_regex : ../src/$(SOURCES).cpp
|
||||
<sysinclude>$(BOOST_ROOT)
|
||||
<define>BOOST_RE_BUILD_DLL=1
|
||||
<runtime-link>dynamic
|
||||
<no-warn>$(SOURCES).cpp
|
||||
:
|
||||
debug release
|
||||
;
|
||||
|
Reference in New Issue
Block a user