summaryrefslogtreecommitdiffstats
path: root/doc/html/_sources/installation.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 14:03:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:00:09 +0900
commita0850da02417c89639d07e3ff452a6cd765945ed (patch)
treeed3eb332ae3965d3ec749e598a982786ed3ffb16 /doc/html/_sources/installation.txt
parentfa5e4646122884c24513931d95b363ee47f62520 (diff)
downloadsip4-tqt-a0850da02417c89639d07e3ff452a6cd765945ed.tar.gz
sip4-tqt-a0850da02417c89639d07e3ff452a6cd765945ed.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4631d9e47b1200fcbbd4caac91366bd40fee365c)
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
--------