From 60b91ac6780ee9c7594892185377cebbde95652b Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Wed, 14 Mar 2001 15:11:55 +0000 Subject: [PATCH] 1.21.1 run up, including new download instructions and fix broken hyperlinks [SVN r9557] --- doc/building.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.