forked from boostorg/regex
Updated the basic Jamfiles for the new Boost.Build changes.
[SVN r12798]
This commit is contained in:
@ -4,17 +4,17 @@ SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
|
|||||||
cregex fileiter posix_api regex regex_debug
|
cregex fileiter posix_api regex regex_debug
|
||||||
regex_synch w32_regex_traits wide_posix_api ;
|
regex_synch w32_regex_traits wide_posix_api ;
|
||||||
|
|
||||||
lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp
|
lib boost_regex : ../src/$(SOURCES).cpp
|
||||||
:
|
:
|
||||||
<include>$(BOOST_ROOT)
|
<include>$(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
|
||||||
:
|
:
|
||||||
debug release
|
debug release
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp
|
dll boost_regex : ../src/$(SOURCES).cpp
|
||||||
:
|
:
|
||||||
<include>$(BOOST_ROOT)
|
<include>$(BOOST_ROOT)
|
||||||
<define>BOOST_RE_BUILD_DLL=1
|
<define>BOOST_RE_BUILD_DLL=1
|
||||||
@ -23,7 +23,11 @@ dll libboost_regex$(SUFDLL[1]) : ../src/$(SOURCES).cpp
|
|||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
stage bin-stage : <lib>boost_regex <dll>boost_regex
|
||||||
|
:
|
||||||
|
<tag><debug>"_debug"
|
||||||
|
:
|
||||||
|
debug release
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user