2001-07-21 13:06:09 +00:00
|
|
|
subproject libs/regex/build ;
|
|
|
|
|
|
|
|
SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
|
|
|
|
cregex fileiter posix_api regex regex_debug
|
2002-04-24 10:50:23 +00:00
|
|
|
regex_synch w32_regex_traits wide_posix_api instances winstances ;
|
2001-07-21 13:06:09 +00:00
|
|
|
|
2002-02-14 04:08:20 +00:00
|
|
|
lib boost_regex : ../src/$(SOURCES).cpp
|
2001-10-06 18:19:15 +00:00
|
|
|
:
|
|
|
|
<include>$(BOOST_ROOT)
|
2002-02-14 04:08:20 +00:00
|
|
|
<define>BOOST_REGEX_NO_LIB=1
|
2001-12-09 12:50:46 +00:00
|
|
|
<define>BOOST_REGEX_STATIC_LINK=1
|
2001-10-06 18:19:15 +00:00
|
|
|
:
|
|
|
|
debug release
|
|
|
|
;
|
2001-08-11 11:47:12 +00:00
|
|
|
|
|
|
|
|
2002-02-14 04:08:20 +00:00
|
|
|
dll boost_regex : ../src/$(SOURCES).cpp
|
2001-10-06 18:19:15 +00:00
|
|
|
:
|
|
|
|
<include>$(BOOST_ROOT)
|
|
|
|
<define>BOOST_RE_BUILD_DLL=1
|
|
|
|
:
|
|
|
|
debug release
|
|
|
|
;
|
2001-08-11 11:47:12 +00:00
|
|
|
|
|
|
|
|
2002-02-14 04:08:20 +00:00
|
|
|
stage bin-stage : <lib>boost_regex <dll>boost_regex
|
|
|
|
:
|
|
|
|
<tag><debug>"_debug"
|
|
|
|
:
|
|
|
|
debug release
|
|
|
|
;
|
2001-12-09 12:50:46 +00:00
|
|
|
|
|
|
|
|
2002-04-24 10:50:23 +00:00
|
|
|
|