summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-181-1/+1
* Added 'debug' option (just there for 'build_ext' and 'build_lib' commandsGreg Ward2000-02-091-0/+3
* Run the 'build_lib' command before building extensions, if necessary.Greg Ward2000-02-051-0/+6
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-301-0/+2
* Renamed many options to be consistent across commands.Greg Ward1999-09-291-15/+16
* Only run build_py if we have pure Python modules, and build_ext if weGreg Ward1999-09-211-5/+9
* Now run 'build_ext'.Greg Ward1999-09-131-2/+2
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-021-7/+0
* First checkin of real Distutils command modules.Greg Ward1999-03-221-0/+56