diff options
Diffstat (limited to 'doc/html/installation.html')
-rw-r--r-- | doc/html/installation.html | 17 |
1 files changed, 1 insertions, 16 deletions
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:</p> <div class="highlight-python"><pre>c:\python26\python configure.py --platform win32-g++</pre> </div> </div> -<div class="section" id="configuring-for-the-borland-c-compiler"> -<h3>Configuring for the Borland C++ Compiler<a class="headerlink" href="#configuring-for-the-borland-c-compiler" title="Permalink to this headline">¶</a></h3> -<p>SIP, and the modules it generates, can be built with the free Borland C++ -compiler. You must use the <a class="reference internal" href="#cmdoption-configure.py-p"><em class="xref">--platform</em></a> command line -option to specify the correct platform. For example:</p> -<div class="highlight-python"><pre>c:\python26\python configure.py --platform win32-borland</pre> -</div> -<p>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:</p> -<div class="highlight-python"><pre>coff2omf python26.lib python26_bcpp.lib</pre> -</div> -</div> </div> <div class="section" id="building"> <h2>Building<a class="headerlink" href="#building" title="Permalink to this headline">¶</a></h2> @@ -220,7 +206,6 @@ example:</p> <li><a class="reference external" href="#downloading">Downloading</a></li> <li><a class="reference external" href="#configuring">Configuring</a><ul> <li><a class="reference external" href="#configuring-for-mingw">Configuring for MinGW</a></li> -<li><a class="reference external" href="#configuring-for-the-borland-c-compiler">Configuring for the Borland C++ Compiler</a></li> </ul> </li> <li><a class="reference external" href="#building">Building</a></li> @@ -274,4 +259,4 @@ example:</p> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.4. </div> </body> -</html>
\ No newline at end of file +</html> |