diff options
Diffstat (limited to 'sphinx')
-rw-r--r-- | sphinx/build_system.rst | 3 | ||||
-rw-r--r-- | sphinx/installation.rst | 17 |
2 files changed, 1 insertions, 19 deletions
diff --git a/sphinx/build_system.rst b/sphinx/build_system.rst index 3b95af5..e9a4782 100644 --- a/sphinx/build_system.rst +++ b/sphinx/build_system.rst @@ -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/sphinx/installation.rst b/sphinx/installation.rst index 3f9f823..ab1a985 100644 --- a/sphinx/installation.rst +++ b/sphinx/installation.rst @@ -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 -------- |