From 4631d9e47b1200fcbbd4caac91366bd40fee365c Mon Sep 17 00:00:00 2001
From: Michele Calgaro
c:\python26\python configure.py --platform win32-g++
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
-