From 6c8fec96b682bdd784332744da52332aeefda567 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 13 Apr 2004 12:19:15 +0000 Subject: [PATCH] Tweaks prompted by Faheem Mitha [SVN r22632] --- example/Jamrules | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/example/Jamrules b/example/Jamrules index f0ebb3bf..f9c1e3c3 100755 --- a/example/Jamrules +++ b/example/Jamrules @@ -4,17 +4,18 @@ # If you move this example from its place in the Boost tree, edit this # path to point at the root directory of your Boost installation (the # one containing a subdirectory called "boost/" and a sub-subdirectory -# "boost/python/" that contains .hpp files. Absolute paths work, too. +# "boost/python/" full of .hpp files). Absolute paths work, too. +# path-global BOOST_ROOT : ../../.. ; # Boost.Python configuration variables, as described in -# http://www.boost.org/libs/python/doc/building.html. Usually you -# don't need to set these; the defaults will work. If you do set -# them, try to change as few of them as possible, starting with the -# first ones. +# http://www.boost.org/libs/python/doc/building.html#configuration. +# Usually you don't need to set these; the defaults will work. If you +# do set them, try to change as few of them as possible, starting with +# the first ones. # PYTHON_VERSION = ; - # PYTHON_ROOT = ; + # PYTHON_ROOT = ; # PYTHON_INCLUDES = ; # PYTHON_LIB_PATH = ; @@ -26,4 +27,10 @@ path-global BOOST_ROOT : ../../.. ; # Makes a project id for boost so that other Boost.Build projects can # refer to it by name. +# project boost : $(BOOST_ROOT) ; + +# Change this setting to have all your built products placed under a +# single directory: +# +# ALL_LOCATE_TARGET =