Skip to content

Commit 96ab7a8

Browse files
committed
Remove BBv1 for good
[SVN r36323]
1 parent d8c3ff1 commit 96ab7a8

File tree

4 files changed

+19
-55
lines changed

4 files changed

+19
-55
lines changed

example/boost-build.jam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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.
77
boost-build ../../../tools/build/v2 ;

example/tutorial/Jamfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

example/tutorial/Jamroot

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+

example/tutorial/Jamrules

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)