Updated the basic Jamfiles for the new Boost.Build changes.

[SVN r12798]
This commit is contained in:
Rene Rivera
2002-02-14 04:08:20 +00:00
parent 76c85c7c34
commit 290270440e

View File

@ -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
;