2002-10-07 16:45:38 +00:00
|
|
|
|
|
|
|
project boost/regex
|
|
|
|
: source-location ../src
|
|
|
|
;
|
|
|
|
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 : $(SOURCES).cpp
|
|
|
|
:
|
2004-05-17 07:45:33 +00:00
|
|
|
<variant>debug:<define>BOOST_REGEX_CONFIG_INFO=1
|
|
|
|
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
2002-10-07 16:45:38 +00:00
|
|
|
;
|