Fix facet support for intel-win32

[SVN r19625]
This commit is contained in:
Dave Abrahams
2003-08-16 00:18:24 +00:00
parent 644e41ba31
commit 34762f91fb
3 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@ lib boost_regex : ../src/$(SOURCES).cpp
<sysinclude>$(BOOST_ROOT)
<define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1
std::facet-support
:
debug release
;

View File

@ -21,6 +21,7 @@ rule regex-test-run ( sources + : input * )
<define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1
<threading>multi
std::facet-support
: # test name
] ;
}

View File

@ -9,6 +9,7 @@ template test
: <define>BOOST_REGEX_NO_LIB=1 # requirements
<define>BOOST_REGEX_STATIC_LINK=1
<threading>multi
std::facet-support
;
template regression