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/example ; |
---|
11 | |
---|
12 | exe sample_formats |
---|
13 | : sample_formats.cpp |
---|
14 | : <include>$(BOOST_ROOT) |
---|
15 | ; |
---|
16 | |
---|
17 | exe sample_advanced |
---|
18 | : sample_advanced.cpp |
---|
19 | : <include>$(BOOST_ROOT) |
---|
20 | ; |
---|
21 | |
---|
22 | exe sample_new_features |
---|
23 | : sample_new_features.cpp |
---|
24 | : <include>$(BOOST_ROOT) |
---|
25 | ; |
---|
26 | |
---|
27 | exe sample_userType |
---|
28 | : sample_userType.cpp |
---|
29 | : <include>$(BOOST_ROOT) |
---|
30 | ; |
---|
31 | |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.