summaryrefslogtreecommitdiff
path: root/Lib/distutils/mwerkscompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+4
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-1/+2
* The standard definition file is now called mwerks_shcarbon_plugin.h.Jack Jansen2002-06-271-1/+1
* Fixed various MacPython-specific issues found by attempting to use the standa...Jack Jansen2002-06-261-3/+31
* Add depends=None to the arglist for compile().Jeremy Hylton2002-06-131-1/+2
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-10/+7
* Whitespace normalization.Fred Drake2001-12-061-17/+15
* The libraries argument was completely ignored, fixed. Reported byJack Jansen2001-11-101-1/+2
* - _filename_to_abs() didn't cater for .. components in the pathname. Fixed.Jack Jansen2001-06-191-1/+14
* Fixed -D emulation for symbols with a value, as specified with the define_mac...Just van Rossum2001-06-191-1/+1
* Made distutils understand the MacPython Carbon runtime model. Distutils will ...Jack Jansen2001-05-171-0/+2
* Fix from Jack Jansen for the Mac and the Metrowerks compiler, postedAndrew M. Kuchling2001-01-151-0/+203