summaryrefslogtreecommitdiff
path: root/Jamrules
blob: 9458d4b8bea076787b3d9fc948b72fff227c6409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Boost.Build top level Jamrules

# See tools/build/index.html for documentation.
project boost ;

# Set some important global variables if they haven't already been set by the
# user on the command-line or in the environment

# Establish this as the root of the boost installation. Most targets will want
# $(BOOST_ROOT) in their #include path.
path-global BOOST_ROOT : . ;

# The current version of Boost.
BOOST_VERSION ?= 1.34.0 ;