Renamed 'build_lib' command to 'build_clib':

* replaced build_lib.py with build_clib.py
  * renamed the class in build_clib.py
  * changed all references to 'build_lib' command in other command classes
This commit is contained in:
Greg Ward 2000-03-02 01:57:12 +00:00
parent 3ce77fd05e
commit 76ec0d6d76
4 changed files with 7 additions and 209 deletions

View file

@ -87,7 +87,7 @@ class build (Command):
# be needed by extension modules, so obviously have to be done
# first!
if self.distribution.libraries:
self.run_peer ('build_lib')
self.run_peer ('build_clib')
# And now 'build_ext' -- compile extension modules and put them
# into the build tree