Skip to content

Commit 7e15984

Browse files
committed
Update for current Boost.Build V2.
[SVN r19037]
1 parent 787b79c commit 7e15984

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

example/Jamfile.v2

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
use-project /boost/python : ../build ;
33

44
project
5-
: requirements <library>@/boost/python/boost_python
5+
: requirements <library>/boost/python//boost_python
66
;
77

8-
python-extension getting_started1 : getting_started1.cpp : <shared>true ;
9-
python-extension getting_started2 : getting_started2.cpp : <shared>true ;
8+
python-extension getting_started1 : getting_started1.cpp : <link>shared ;
9+
python-extension getting_started2 : getting_started2.cpp : <link>shared ;
1010

11-
exe embedding_test : embedding_test.cpp : <define>BOOST_PYTHON_DYNAMIC_LIB <shared>true ;
12-

0 commit comments

Comments
 (0)