From 489dae2b58e7592605232e83e620c88c1d2ef9ca Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 22 Jul 2006 12:53:49 +0000 Subject: [PATCH] Clarify comment [SVN r34668] --- build/Jamfile.v2 | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 1822fa39..dbf0df00 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -9,7 +9,7 @@ if [ python.configured ] { project boost/python : source-location ../src : requirements - #$(PYTHON_PATH)/include + #$(PYTHON_PATH)/include # $(lib_condition)$(PYTHON_PATH)/libs # shared:$(PYTHON_LIB) # $(defines) @@ -59,12 +59,16 @@ lib boost_python : # requirements static:BOOST_PYTHON_STATIC_LIB BOOST_PYTHON_SOURCE - # We don't link to Python library itself. If - # Boost.Python is used for extension, all Python - # symbols are available in Python interpreter. - # If Boost.Python is used for extending, client - # is required to link to /python//python itself. - /python//python_for_extensions + # On Linux, we don't link to Python library itself. If + # Boost.Python is used for extension, all Python + # symbols are available in Python interpreter. + # If Boost.Python is used for extending, client + # is required to link to /python//python itself. + # On Windows, all code using Python has to link + # to python import library. The 'python_for_extension' + # is the target that's setup to provide either just + # include paths, or import library. + /python//python_for_extensions : # default build shared : # usage requirements