Rev | Line | |
---|
[12] | 1 | # Boost.Build top level Jamrules |
---|
| 2 | |
---|
| 3 | # See tools/build/index.html for documentation. |
---|
| 4 | project boost ; |
---|
| 5 | |
---|
| 6 | # Set some important global variables if they haven't already been set by the |
---|
| 7 | # user on the command-line or in the environment |
---|
| 8 | |
---|
| 9 | # Establish this as the root of the boost installation. Most targets will want |
---|
| 10 | # $(BOOST_ROOT) in their #include path. |
---|
| 11 | path-global BOOST_ROOT : . ; |
---|
| 12 | |
---|
| 13 | # The current version of Boost. |
---|
| 14 | BOOST_VERSION ?= 1.33.1 ; |
---|
| 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.