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
|
|
|
|
regex_synch w32_regex_traits wide_posix_api ;
|
|
|
|
|
2001-08-11 11:47:12 +00:00
|
|
|
lib libboost_regex$(SUFLIB) : ../src/$(SOURCES).cpp
|
2001-10-06 18:19:15 +00:00
|
|
|
:
|
|
|
|
<include>$(BOOST_ROOT)
|
|
|
|
<define>BOOST_RE_NO_LIB=1
|
|
|
|
:
|
|
|
|
debug release
|
|
|
|
;
|
2001-08-11 11:47:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
dll libboost_regex$(SUFDLL[1]) : ../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
|
|
|
|
|
|
|
|
2001-09-08 12:02:47 +00:00
|
|
|
|