[Patches] [Patch #100835] PC/config.h: support for gnu-win32 and lcc-win32

noreply@sourceforge.net noreply@sourceforge.net
Tue, 15 Aug 2000 16:05:54 -0700


Patch #100835 has been updated. 

Project: 
Category: Windows
Status: Closed
Summary: PC/config.h: support for gnu-win32 and lcc-win32

Follow-Ups:

Date: 2000-Jul-10 04:43
By: RLiebscher

Comment:
This patch makes it possible to use gnu-win32 and lcc-win32 
(http://www.cs.virginia.edu/~lcc-win32/) compilers to build 
extension modules. It adds compiler specific sections to
PC/config.h .
It also extends the Borland compiler section. This has then two parts,
one for Win32 and the other one for the rest. The Win32 part 
should be almost complete.

*** This patch is not intended to make it possible to compile
     Python with these compilers, it is intended to be able to
     use these compilers to build extension modules. ****
-------------------------------------------------------

Date: 2000-Jul-10 04:44
By: RLiebscher

Comment:
This patch makes it possible to use gnu-win32 and lcc-win32 
(http://www.cs.virginia.edu/~lcc-win32/) compilers to build 
extension modules. It adds compiler specific sections to
PC/config.h .
It also extends the Borland compiler section. This has then two parts,
one for Win32 and the other one for the rest. The Win32 part 
should be almost complete.

*** This patch is not intended to make it possible to compile
     Python with these compilers, it is intended to be able to
     use these compilers to build extension modules. ****
-------------------------------------------------------

Date: 2000-Jul-13 13:22
By: jhylton

Comment:
Assigned to Tim because he is handling Windows build issues

-------------------------------------------------------

Date: 2000-Aug-10 21:08
By: tim_one

Comment:
Left open and assigned to Mark Hammond.
Mark, you have any objections to this?  I have no way to test any of it, and I doubt any of us do.  If you don't object to the patch by eyeball either, please Accept it and either check it in or assign it to someone else (I don't have a working "patch" yet!).
-------------------------------------------------------

Date: 2000-Aug-15 10:31
By: tim_one

Comment:
Tickling you as part of 2.0 nagging.
-------------------------------------------------------

Date: 2000-Aug-15 16:05
By: mhammond

Comment:
Checked in as Rev 1.45 of PC/config.h
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=100835&group_id=5470