diff --git a/doc/building.html b/doc/building.html index 6627bbe8..2a8c9cae 100644 --- a/doc/building.html +++ b/doc/building.html @@ -57,7 +57,7 @@ special debugging version of the Python DLL. Since this debug DLL isn't supplied with the default Python installation for Windows, Boost.Python uses boost/python/detail/wrap_python.hpp + "../../../boost/python/detail/wrap_python.hpp">boost/python/detail/wrap_python.hpp to temporarily undefine _DEBUG when Python.h is #included. @@ -77,7 +77,7 @@
If you do not #define BOOST_DEBUG_PYTHON, be sure that
any source files #include <boost/python/detail/wrap_python.hpp>
+ "../../../boost/python/detail/wrap_python.hpp">boost/python/detail/wrap_python.hpp>
instead of the usual Python.h, or you will have link
incompatibilities.