[SVN r23089]
This commit is contained in:
Vladimir Prus
2004-06-11 11:54:08 +00:00
parent ba148bae42
commit 2e10c5ec17
3 changed files with 25 additions and 0 deletions

18
test/captures/Jamfile.v2 Normal file
View File

@ -0,0 +1,18 @@
# copyright John Maddock 2003
project
: source-location ../../src
;
EX_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 instances winstances ;
lib boost_regex_extra : $(EX_SOURCES).cpp
:
<define>BOOST_REGEX_MATCH_EXTRA=1
:
;