summaryrefslogtreecommitdiffstats
path: root/doc/html/_sources
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources')
-rw-r--r--doc/html/_sources/build_system.txt3
-rw-r--r--doc/html/_sources/installation.txt17
2 files changed, 1 insertions, 19 deletions
diff --git a/doc/html/_sources/build_system.txt b/doc/html/_sources/build_system.txt
index 3b95af5..e9a4782 100644
--- a/doc/html/_sources/build_system.txt
+++ b/doc/html/_sources/build_system.txt
@@ -366,8 +366,7 @@ work of creating these additional configuration modules.
.. attribute:: generator
A string that defines the platform specific style of Makefile. The
- only supported values are ``UNIX``, ``MSVC``, ``MSVC.NET``, ``MINGW``
- and ``BMAKE``.
+ only supported values are ``UNIX``, ``MSVC``, ``MSVC.NET`` and ``MINGW``.
.. attribute:: mkdir
diff --git a/doc/html/_sources/installation.txt b/doc/html/_sources/installation.txt
index 3f9f823..ab1a985 100644
--- a/doc/html/_sources/installation.txt
+++ b/doc/html/_sources/installation.txt
@@ -135,23 +135,6 @@ option to specify the correct platform. For example::
c:\python26\python configure.py --platform win32-g++
-Configuring for the Borland C++ Compiler
-****************************************
-
-SIP, and the modules it generates, can be built with the free Borland C++
-compiler. You must use the :option:`--platform <configure.py -p>` command line
-option to specify the correct platform. For example::
-
- c:\python26\python configure.py --platform win32-borland
-
-You must also make sure you have a Borland-compatible version of the Python
-library. If you are using the standard Python distribution (built using the
-Microsoft compiler) then you must convert the format of the Python library.
-For example::
-
- coff2omf python26.lib python26_bcpp.lib
-
-
Building
--------