Clarify comment

[SVN r34668]
This commit is contained in:
Vladimir Prus 2006-07-22 12:53:49 +00:00
parent f852ce6f7b
commit 489dae2b58

View File

@ -59,11 +59,15 @@ lib boost_python
: # requirements
<link>static:<define>BOOST_PYTHON_STATIC_LIB
<define>BOOST_PYTHON_SOURCE
# We don't link to Python library itself. If
# 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.
<library>/python//python_for_extensions
: # default build
<link>shared