From c5e0d683049d71ddf241ae8898ed3292a743b69f Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 15 May 2002 21:01:45 +0000 Subject: [PATCH] Updates for Cygwin [SVN r13934] --- doc/building.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/building.html b/doc/building.html index 71c5cc4b..cdca6b97 100644 --- a/doc/building.html +++ b/doc/building.html @@ -57,6 +57,27 @@ path to Python standard library modules Autoconfigured from PYTHON_ROOT + + CYGWIN_ROOT + path to the user's Cygwin installation + + Cygwin only. This and the following two settings are + useful when building with multiple toolsets on Windows, since + Cygwin requires a different build of Python. + + + GCC_PYTHON_ROOT + path to the user's Cygwin Python installation + $(CYGWIN_ROOT)/usr/local + Cygwin only + + + GCC_DEBUG_PYTHON_ROOT + path to the user's Cygwin pydebug build + $(CYGWIN_ROOT)/usr/local/pydebug + Cygwin only +

Results

@@ -126,7 +147,7 @@ it passes. project. Note that automatic testing of extension modules is not available in this configuration. -

Build Variants

+

Build Variants

Three variant