Issue 1470875: Building Python with MS Free Compiler (original) (raw)

Issue1470875

Created on 2006-04-15 16:06 by paul.moore, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch.zip paul.moore,2006-04-15 16:06 Patch and additional files for PCBuild dir
Messages (2)
msg50017 - (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2006-04-15 16:06
The attached zipfile contains a patch to PCBuild\readme.txt plus two ".build" files. The readme patch explains how to build Python on Windows with the free MS Toolkit compiler. The .build files are required for this process - details in the documentation - and should be placed in the PCBuild directory.
msg50018 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-04-15 18:07
Logged In: YES user_id=21627 Thanks for the patch. Committed (with a typo fix) as r45438.
History
Date User Action Args
2022-04-11 14:56:16 admin set github: 43219
2006-04-15 16:06:12 paul.moore create