diff --git a/doc/building.html b/doc/building.html index fc3eca3c..d08ed05d 100644 --- a/doc/building.html +++ b/doc/building.html @@ -3,7 +3,7 @@
+ "HTML Tidy for Cygwin (vers 1st April 2002), see www.w3.org"> @@ -39,6 +39,9 @@#include directoriesPYTHON_ROOTPYTHON_ROOT. Try the default
+ before attempting to set it yourself.PYTHON_ROOTPYTHON_ROOT. Try the default
+ before attempting to set it yourself.bjam. If
+ "bjam -v" does not report "OS=NT", these
+ settings do not apply to you; you should use the normal configuration variables instead. They are
+ only useful when building and testing with multiple toolsets on Windows
+ using a single build command, since Cygwin GCC requires a different build
+ of Python.
+
+ | Variable Name | + +Semantics | + +Default | ||
|---|---|---|---|---|
CYGWIN_PYTHON_[DEBUG_]VERSION |
- The version of python being used under Cygwin. | +The version of python being used under Cygwin. | -$(PYTHON_VERSION) - - | - -Use only when building with Cygwin GCC. This and the following - settings are useful when building with multiple toolsets on - Windows, since Cygwin GCC requires a different build of - Python. | $(PYTHON_VERSION) | +
CYGWIN_PYTHON_[DEBUG_]ROOT |
- unix-style path containing the include/
- directory containing
- python$(CYGWIN_PYTHON_[DEBUG_]VERSION)/python.h. |
+ unix-style path containing the include/ directory
+ containing
+ python$(CYGWIN_PYTHON_[DEBUG_]VERSION)/python.h. |
- $(PYTHON_ROOT) - - | - -Use only when building with Cygwin GCC. | $(PYTHON_ROOT) | +
CYGWIN_PYTHON_[DEBUG_]LIB_PATH |
@@ -175,9 +192,7 @@
Autoconfigured from CYGWIN_PYTHON_ROOT |
-
- Use only when building with Cygwin GCC. | ||
CYGWIN_PYTHON_[DEBUG_]DLL_PATH |
@@ -186,10 +201,6 @@
(/bin |
-
- Use only when building with Cygwin GCC. |
The special build configuration variables listed above as "Cygwin - only" make it possible to use a regular Win32 build of bjam to build and - test Boost.Python and Boost.Python extensions using Cygwin GCC and - targeting a Cygwin build of Python.
+The special build configuration variables listed above make it possible to use a regular Win32 + build of bjam to build and test Boost.Python and Boost.Python extensions + using Cygwin GCC and targeting a Cygwin build of Python.