aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/mwerkscompiler.py
Commit message (Expand)AuthorAge
* The standard definition file is now called mwerks_shcarbon_plugin.h.Jack Jansen2002-06-27
* Fixed various MacPython-specific issues found by attempting to use the standa...Jack Jansen2002-06-26
* Add depends=None to the arglist for compile().Jeremy Hylton2002-06-13
* Make setup.py less chatty by default.Jeremy Hylton2002-06-04
* Whitespace normalization.Fred Drake2001-12-06
* The libraries argument was completely ignored, fixed. Reported byJack Jansen2001-11-10
* - _filename_to_abs() didn't cater for .. components in the pathname. Fixed.Jack Jansen2001-06-19
* Fixed -D emulation for symbols with a value, as specified with the define_mac...Just van Rossum2001-06-19
* Made distutils understand the MacPython Carbon runtime model. Distutils will ...Jack Jansen2001-05-17
* Fix from Jack Jansen for the Mac and the Metrowerks compiler, postedAndrew M. Kuchling2001-01-15