Skip to content

Commit 6c8fec9

Browse files
committed
Tweaks prompted by Faheem Mitha
[SVN r22632]
1 parent cd139bd commit 6c8fec9

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

example/Jamrules

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
# If you move this example from its place in the Boost tree, edit this
55
# path to point at the root directory of your Boost installation (the
66
# one containing a subdirectory called "boost/" and a sub-subdirectory
7-
# "boost/python/" that contains .hpp files. Absolute paths work, too.
7+
# "boost/python/" full of .hpp files). Absolute paths work, too.
8+
#
89
path-global BOOST_ROOT : ../../.. ;
910

1011
# Boost.Python configuration variables, as described in
11-
# http://www.boost.org/libs/python/doc/building.html. Usually you
12-
# don't need to set these; the defaults will work. If you do set
13-
# them, try to change as few of them as possible, starting with the
14-
# first ones.
12+
# http://www.boost.org/libs/python/doc/building.html#configuration.
13+
# Usually you don't need to set these; the defaults will work. If you
14+
# do set them, try to change as few of them as possible, starting with
15+
# the first ones.
1516

1617
# PYTHON_VERSION = <the two-part Major.Minor version number, e.g. 2.2> ;
17-
# PYTHON_ROOT = <path to root directory of your Python installation> ;
18+
# PYTHON_ROOT = <root directory of your Python installation, e.g. /usr> ;
1819
# PYTHON_INCLUDES = <path to Python #include directories> ;
1920
# PYTHON_LIB_PATH = <path to Python library object> ;
2021

@@ -26,4 +27,10 @@ path-global BOOST_ROOT : ../../.. ;
2627

2728
# Makes a project id for boost so that other Boost.Build projects can
2829
# refer to it by name.
30+
#
2931
project boost : $(BOOST_ROOT) ;
32+
33+
# Change this setting to have all your built products placed under a
34+
# single directory:
35+
#
36+
# ALL_LOCATE_TARGET = <root directory for all built products>

0 commit comments

Comments
 (0)