forked from boostorg/regex
Updated Jamfiles and tests so that they actually work now!
[SVN r11985]
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user