mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
Use BOOST_BUILD_PATH instead of BOOST_BUILD_INSTALLATION.
Added BOOST_VERSION variable, for use by library building, and others. [SVN r13026]
This commit is contained in:
parent
b3188df2dc
commit
4a48333466
1 changed files with 3 additions and 1 deletions
4
Jamrules
4
Jamrules
|
@ -16,10 +16,12 @@ path-global BOOST_ROOT : $($(gTOP)) ;
|
|||
|
||||
# Tell the build system where to find the rest of the build
|
||||
# system installation (e.g. toolset descriptions, variants)
|
||||
BOOST_BUILD_INSTALLATION ?= $(BOOST_ROOT)/tools/build ;
|
||||
BOOST_BUILD_PATH ?= $(BOOST_ROOT)/tools/build ;
|
||||
|
||||
# This variable will surely need to be set specific to your installation, though
|
||||
# we may be able to provide better defaults for some systems. It is used by the
|
||||
# toolset(s) that use STLport
|
||||
STLPORT_ROOT ?= c:/downloads/STLPort-0601 ;
|
||||
|
||||
# The current version of Boost.
|
||||
BOOST_VERSION = 1.27.0 ;
|
||||
|
|
Loading…
Add table
Reference in a new issue