summaryrefslogtreecommitdiffstats
path: root/doc/html/_sources/installation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/installation.txt')
-rw-r--r--doc/html/_sources/installation.txt17
1 files changed, 0 insertions, 17 deletions
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
--------