]> granicus.if.org Git - python/commit
Added 'verbose' and 'dry_run' flags to CCompiler constructor and
authorGreg Ward <gward@python.net>
Sat, 14 Aug 1999 23:50:50 +0000 (23:50 +0000)
committerGreg Ward <gward@python.net>
Sat, 14 Aug 1999 23:50:50 +0000 (23:50 +0000)
commite1aaaa653c93e2513a77023b1a5b782ed2ec9146
treedd65fa93dfd6eb2abba90509950a4e5f3f4e786a
parent7f65c65208243bd4c48f0ce02756b361e1c36149
Added 'verbose' and 'dry_run' flags to CCompiler constructor and
  'new_compiler()' factory function.
Added 'runtime_library_dirs' list (for -R linker option) and methods
  to manipulate it.
Deleted some obsolete comments.
Added all the filename manglign methods: 'object_filenames()',
  'shared_object_filename()', 'library_filename()',
  'shared_library_filename()'.
Added 'spawn()' method (front end to the "real" spawn).
Lib/distutils/ccompiler.py