Updated Jamfiles and tests so that they actually work now!

[SVN r11985]
This commit is contained in:
John Maddock
2001-12-09 12:50:46 +00:00
parent edbc68df6c
commit 63130c1ef5
7 changed files with 39 additions and 5 deletions

View File

@ -7,7 +7,8 @@ SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp
:
<include>$(BOOST_ROOT)
<define>BOOST_RE_NO_LIB=1
<define>BOOST_REGEX_NO_LIB=1
<define>BOOST_REGEX_STATIC_LINK=1
:
debug release
;
@ -23,3 +24,6 @@ dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp