commit | dbb96253eae8da10fc1ba4c445ff6f475dfd4cf9 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Tue Sep 21 18:27:12 1999 +0000 |
committer | Greg Ward <gward@python.net> | Tue Sep 21 18:27:12 1999 +0000 |
tree | 5d09ca315fb2108f38731a1702179f697fe01188 | |
parent | 17dc6e7ed8cd62068b5f244a9f1023917d3caf4a [diff] |
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.