File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ if [ check-python-config ]
6262 <msvc-stlport><release>$(msvc-stlport-workarounds)
6363 ;
6464
65+ template extension
66+ : <dll>boost_python
67+ : <sysinclude>../../..
68+ ;
69+
6570 lib boost_python
6671 : # sources
6772 ../src/$(sources)
Original file line number Diff line number Diff line change 1- # Specify our location in the boost project hierarchy
2- subproject libs/python/example ;
1+ # Copyright David Abrahams 2003. See accompanying LICENSE for terms
2+ # and conditions of use.
3+
4+ # This is the top of our own project tree
5+ project-root ;
36
47# Declares the following targets:
58#
@@ -27,9 +30,10 @@ import python ;
2730extension getting_started1
2831: # sources
2932 getting_started1.cpp
33+ <template>@boost/libs/python/build/extension
3034
3135 # dependencies
32- <dll>.. /build/boost_python
36+ # <dll>@boost/libs/python /build/boost_python
3337 ;
3438
3539# Declare a test for the extension module
@@ -49,7 +53,8 @@ extension getting_started2
4953 getting_started2.cpp
5054
5155 # dependencies
52- <dll>../build/boost_python
56+ <template>@boost/libs/python/build/extension
57+ # <dll>@boost/libs/python/build/boost_python
5358 ;
5459
5560# Declare a test for the extension module
Original file line number Diff line number Diff line change 1+ # Copyright David Abrahams 2003. See accompanying LICENSE for terms
2+ # and conditions of use.
3+
4+ # Edit this path to point at the root directory of your Boost
5+ # installation. Absolute paths work, too.
6+ project boost : ../../.. ;
Original file line number Diff line number Diff line change 1+ # Copyright David Abrahams 2003. See accompanying LICENSE for terms
2+ # and conditions of use.
3+
4+ # Edit this path to point at the tools/build subdirectory of your
5+ # Boost installation. Absolute paths work, too.
6+ boost-build ../../../tools/build ;
You can’t perform that action at this time.
0 commit comments