Line | |
---|
1 | # Boost.Bind Library test Jamfile |
---|
2 | # |
---|
3 | # Copyright (c) 2003 Samuel Krempp |
---|
4 | # |
---|
5 | # Permission to copy, use, modify, sell and distribute this software |
---|
6 | # is granted provided this copyright notice appears in all copies. |
---|
7 | # This software is provided "as is" without express or implied |
---|
8 | # warranty, and with no claim as to its suitability for any purpose. |
---|
9 | |
---|
10 | subproject libs/format/benchmark ; |
---|
11 | |
---|
12 | |
---|
13 | |
---|
14 | #exe bench_format_overloads |
---|
15 | # : bench_format.cpp |
---|
16 | # : <include>$(BOOST_ROOT) <define>BOOST_FORMAT_OVERLOADS <define>BOOST_FORMAT_ONLY_BASICFMT |
---|
17 | # ; |
---|
18 | |
---|
19 | #exe bench_format_basicfmt |
---|
20 | # : bench_format.cpp |
---|
21 | # : <include>$(BOOST_ROOT) <define>BOOST_FORMAT_ONLY_BASICFMT |
---|
22 | # ; |
---|
23 | |
---|
24 | exe bench_format_no_locale |
---|
25 | : bench_format.cpp |
---|
26 | : <include>$(BOOST_ROOT) <define>BOOST_NO_STD_LOCALE |
---|
27 | ; |
---|
28 | |
---|
29 | exe bench_format_normal |
---|
30 | : bench_format.cpp |
---|
31 | : <include>$(BOOST_ROOT) |
---|
32 | ; |
---|
33 | |
---|
34 | exe bench_format_no_reuse_stream |
---|
35 | : bench_format.cpp |
---|
36 | : <include>alts <include>$(BOOST_ROOT) <define>BOOST_FORMAT_NO_OSS_MEMBER |
---|
37 | ; |
---|
38 | |
---|
39 | exe format_test |
---|
40 | : format_test.cpp |
---|
41 | : <include>$(BOOST_ROOT) |
---|
42 | ; |
---|
43 | |
---|
Note: See
TracBrowser
for help on using the repository browser.