|
Last change
on this file since 69 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
1.0 KB
|
| Line | |
|---|
| 1 | # Copyright Eric Niebler 2006 |
|---|
| 2 | |
|---|
| 3 | # Use, modification, and distribution is subject to the Boost Software |
|---|
| 4 | # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
|---|
| 5 | # http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 6 | |
|---|
| 7 | #project |
|---|
| 8 | # : requirements <library>../../../../boost/libs/regex/build//boost_regex |
|---|
| 9 | # ; |
|---|
| 10 | |
|---|
| 11 | BOOST_REGEX_SOURCES = |
|---|
| 12 | c_regex_traits |
|---|
| 13 | cpp_regex_traits |
|---|
| 14 | cregex |
|---|
| 15 | fileiter |
|---|
| 16 | icu |
|---|
| 17 | instances |
|---|
| 18 | posix_api |
|---|
| 19 | regex |
|---|
| 20 | regex_debug |
|---|
| 21 | regex_raw_buffer |
|---|
| 22 | regex_traits_defaults |
|---|
| 23 | static_mutex |
|---|
| 24 | w32_regex_traits |
|---|
| 25 | wc_regex_traits |
|---|
| 26 | wide_posix_api |
|---|
| 27 | winstances |
|---|
| 28 | usinstances ; |
|---|
| 29 | |
|---|
| 30 | exe xprperf |
|---|
| 31 | : |
|---|
| 32 | command_line.cpp |
|---|
| 33 | main.cpp |
|---|
| 34 | time_boost.cpp |
|---|
| 35 | time_dynamic_xpressive.cpp |
|---|
| 36 | time_static_xpressive.cpp |
|---|
| 37 | $(BOOST_ROOT)/libs/regex/src/$(BOOST_REGEX_SOURCES).cpp |
|---|
| 38 | : |
|---|
| 39 | <include>$(BOOST_ROOT) |
|---|
| 40 | <define>BOOST_REGEX_NO_LIB=1 |
|---|
| 41 | <define>BOOST_REGEX_RECURSIVE |
|---|
| 42 | <define>BOOST_REGEX_USE_CPP_LOCALE |
|---|
| 43 | <define>BOOST_XPRESSIVE_USE_CPP_TRAITS |
|---|
| 44 | ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.