From 4874a1801b214c13fdb71a766f306f416cb0c486 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 25 Feb 2003 02:15:55 +0000 Subject: [PATCH] Improved Boost.Python build reliability and documentation. [SVN r17623] --- doc/building.html | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/doc/building.html b/doc/building.html index e285f765..2a65a6db 100644 --- a/doc/building.html +++ b/doc/building.html @@ -140,21 +140,12 @@ - PYTHON_STDLIB_PATH + CYGWIN_PYTHON_[DEBUG_]VERSION - path to Python standard library modules + The version of python being used under Cygwin. - Autoconfigured from PYTHON_ROOT - + $(PYTHON_VERSION) - - CYGWIN_PYTHON_ROOT - - unix-style path containing the include/ - directory containing - python$(PYTHON_VERSION)/python.h. - - Use only when building with - CYGWIN_PYTHON_ROOT + CYGWIN_PYTHON_[DEBUG_]ROOT - path to the user's Cygwin Python installation + unix-style path containing the include/ + directory containing + python$(CYGWIN_PYTHON_[DEBUG_]VERSION)/python.h. - /usr + $(PYTHON_ROOT) + + Use only when building with Cygwin GCC. - CYGWIN_PYTHON_LIB_PATH + CYGWIN_PYTHON_[DEBUG_]LIB_PATH path containing the user's Cygwin Python import lib - libpython$(PYTHON_VERSION).dll.a + libpython$(CYGWIN_PYTHON_[DEBUG_]VERSION).dll.a Autoconfigured from CYGWIN_PYTHON_ROOT @@ -185,10 +180,10 @@ "http://www.cygwin.com">Cygwin GCC. - CYGWIN_PYTHON_DLL_PATH + CYGWIN_PYTHON_[DEBUG_]DLL_PATH path containing the user's Cygwin Python dll - (libpython$(PYTHON_VERSION).dll) + (libpython$(CYGWIN_PYTHON_[DEBUG_]VERSION).dll) /bin