Last change
on this file since 29 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
435 bytes
|
Line | |
---|
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.34.0 ; |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.