From 8eddc7aa3713d8ccc68c1867118d1172c8686fea Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 2 Apr 2007 00:51:15 +0000 Subject: [PATCH] Support for --with-pydebug builds. python.jam: Support for the specification of "_d" extension suffix. In compute-default-paths, fixed the check for residence in a "PCBuild.*" directory so we can build against Windows Python built in a source distribution. common.jam: Fixed generation of the "y" tag to look for on rather than the whole debug-python build variant. Fixed some grammar and spelling. virtual-target.jam: Added the ability to forego the prepending of "." to a generated-target-suffix by specifying the suffix enclosed in <...> libs/python/build/Jamfile.v2: #define BOOST_DEBUG_PYTHON when on [SVN r37326] --- build/Jamfile.v2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 62184f83..bac38f0b 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -63,10 +63,13 @@ lib boost_python # import library, as usage requirements. /python//python_for_extensions + on:BOOST_DEBUG_PYTHON + : # default build shared : # usage requirements static:BOOST_PYTHON_STATIC_LIB + on:BOOST_DEBUG_PYTHON ; } else