| Line | |
|---|
| 1 | # copyright John Maddock 2003 |
|---|
| 2 | |
|---|
| 3 | subproject libs/regex/test/captures ; |
|---|
| 4 | |
|---|
| 5 | EX_SOURCES = |
|---|
| 6 | c_regex_traits.cpp |
|---|
| 7 | cpp_regex_traits.cpp |
|---|
| 8 | cregex.cpp |
|---|
| 9 | fileiter.cpp |
|---|
| 10 | instances.cpp |
|---|
| 11 | posix_api.cpp |
|---|
| 12 | regex.cpp |
|---|
| 13 | regex_debug.cpp |
|---|
| 14 | regex_raw_buffer.cpp |
|---|
| 15 | regex_traits_defaults.cpp |
|---|
| 16 | static_mutex.cpp |
|---|
| 17 | w32_regex_traits.cpp |
|---|
| 18 | wc_regex_traits.cpp |
|---|
| 19 | wide_posix_api.cpp |
|---|
| 20 | winstances.cpp |
|---|
| 21 | usinstances.cpp ; |
|---|
| 22 | |
|---|
| 23 | lib boost_regex_extra : ../../src/$(EX_SOURCES) <template>../../build/regex-options |
|---|
| 24 | : |
|---|
| 25 | <define>BOOST_REGEX_MATCH_EXTRA=1 |
|---|
| 26 | : |
|---|
| 27 | ; |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.