File tree Expand file tree Collapse file tree 4 files changed +19
-55
lines changed
Expand file tree Collapse file tree 4 files changed +19
-55
lines changed Original file line number Diff line number Diff line change 22# Software License, Version 1.0. (See accompanying
33# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44
5- # Edit this path to point at the tools/build/v1 subdirectory of your
5+ # Edit this path to point at the tools/build/v2 subdirectory of your
66# Boost installation. Absolute paths work, too.
77boost-build ../../../tools/build/v2 ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Copyright David Abrahams 2006. Distributed under the Boost
2+ # Software License, Version 1.0. (See accompanying
3+ # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4+
5+ # Specify the path to the Boost project. If you move this project,
6+ # adjust this path to refer to the Boost root directory.
7+ use-project boost
8+ : ../../../.. ;
9+
10+ # Set up the project-wide requirements that everything uses the
11+ # boost_python library from the project whose global ID is
12+ # /boost/python.
13+ project
14+ : requirements <library>/boost/python//boost_python ;
15+
16+ # Declare a Python extension called hello.
17+ python-extension hello : hello.cpp ;
18+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments