forked from boostorg/regex
19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
![]() |
# 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
|
||
|
:
|
||
|
;
|
||
|
|
||
|
|
||
|
|