cpython/Lib/distutils/command
Greg Ward dbb96253ea Some option changes:
- rename 'dir' to 'build_dir'
  - take 'package' from distribution option 'ext_package'
  - take 'extensions' from distribution option 'ext_modules'
  - take 'include_dirs' from distribution
Name keyword args explictly when calling CCompiler methods.
Overhauled how we generate extension filenames (in 'extension_filename()
  and 'build_extension()') to take 'package' option into account.
1999-09-21 18:27:12 +00:00
..
__init__.py
build.py
build_ext.py Some option changes: 1999-09-21 18:27:12 +00:00
build_py.py Basically a complete rewrite to support dealing with modules in whole 1999-09-21 18:22:34 +00:00
install.py
install_ext.py
install_lib.py Changed selection of installation directories (in 'set_final_options()') 1999-09-13 13:58:34 +00:00
install_py.py Changed selection of installation directories (in 'set_final_options()') 1999-09-13 13:58:34 +00:00