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)
|
<sysinclude>$(BOOST_ROOT)
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
<define>BOOST_REGEX_STATIC_LINK=1
|
<define>BOOST_REGEX_STATIC_LINK=1
|
||||||
|
<no-warn>$(SOURCES).cpp
|
||||||
:
|
:
|
||||||
debug release
|
debug release
|
||||||
;
|
;
|
||||||
@ -21,6 +22,7 @@ dll boost_regex : ../src/$(SOURCES).cpp
|
|||||||
<sysinclude>$(BOOST_ROOT)
|
<sysinclude>$(BOOST_ROOT)
|
||||||
<define>BOOST_RE_BUILD_DLL=1
|
<define>BOOST_RE_BUILD_DLL=1
|
||||||
<runtime-link>dynamic
|
<runtime-link>dynamic
|
||||||
|
<no-warn>$(SOURCES).cpp
|
||||||
:
|
:
|
||||||
debug release
|
debug release
|
||||||
;
|
;
|
||||||
|
@ -23,7 +23,11 @@ template regression
|
|||||||
|
|
||||||
rule regex-test ( name : sources + : requirements * : input-files * )
|
rule regex-test ( name : sources + : requirements * : input-files * )
|
||||||
{
|
{
|
||||||
return [ run $(sources) : : $(input-files) : $(requirements) : $(name) ] ;
|
return [ run $(sources)
|
||||||
|
:
|
||||||
|
: $(input-files)
|
||||||
|
: $(requirements) <no-warn>parse.cpp <no-warn>regress.cpp <no-warn>tests.cpp
|
||||||
|
: $(name) ] ;
|
||||||
}
|
}
|
||||||
|
|
||||||
test-suite regex
|
test-suite regex
|
||||||
|
Reference in New Issue
Block a user