From 4631d9e47b1200fcbbd4caac91366bd40fee365c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Oct 2024 14:03:32 +0900 Subject: Drop Borland compiler specific code Signed-off-by: Michele Calgaro --- doc/html/installation.html | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'doc/html/installation.html') diff --git a/doc/html/installation.html b/doc/html/installation.html index 0769a36..045265c 100644 --- a/doc/html/installation.html +++ b/doc/html/installation.html @@ -178,20 +178,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 --platform 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

@@ -220,7 +206,6 @@ example:

  • Downloading
  • Configuring
  • Building
  • @@ -274,4 +259,4 @@ example:

    Created using Sphinx 0.6.4.
    - \ No newline at end of file + -- cgit v1.2.3