$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-11-30 10:21:54
Dave,
python.jam in some places checks if BOOST_DEBUG_PYTHON is in properties, and
if that's the case links to debug python library.
Could you clarify if checking for BOOST_DEBUG_PYTHON is better than checking
for debug-python build variant, and why?
Sorry for flooding you with questions, but Boost.Python setup appears to be
the most complex thing in Boost, and I would not like to write V2 setup that
I won't be able to understand later.
- Volodya