summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2002-03-02 21:19:35 +0000
committerRene Rivera <grafikrobot@gmail.com>2002-03-02 21:19:35 +0000
commit4a48333466503d418f7b704367e60334ed6c5ea0 (patch)
treea4d949c84a547cf370926bd4b18cebf205dab12e /Jamrules
parentb3188df2dc019d22d3742f743b53ade560e61d01 (diff)
downloadboost-4a48333466503d418f7b704367e60334ed6c5ea0.tar.gz
Use BOOST_BUILD_PATH instead of BOOST_BUILD_INSTALLATION.
Added BOOST_VERSION variable, for use by library building, and others. [SVN r13026]
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jamrules b/Jamrules
index 11dc70c559..5eda8bc91f 100644
--- a/Jamrules
+++ b/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 ;