Compare commits

..

2 Commits

Author SHA1 Message Date
136f8c02e0 This commit was manufactured by cvs2svn to create tag
'Version_1_30_2'.

[SVN r19685]
2003-08-18 18:40:31 +00:00
34762f91fb Fix facet support for intel-win32
[SVN r19625]
2003-08-16 00:18:24 +00:00
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