]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()'
authorGreg Ward <gward@python.net>
Wed, 28 Jun 2000 01:29:09 +0000 (01:29 +0000)
committerGreg Ward <gward@python.net>
Wed, 28 Jun 2000 01:29:09 +0000 (01:29 +0000)
commitbfc79d644adff429c51c90c21a0126d2ab983b32
treeb06a950dae9696a8bffbc3ea8350bf17fd8c7e32
parent7d9c705b234ad2ad013db1649e5fd2ffc2a59a75
Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()'
methods (but not 'link_executable()', hmmm).  Currently only used by
BCPPCompiler; it's a dummy parameter for UnixCCompiler and MSVCCompiler.

Also added 'bcpp' to compiler table used by 'new_compiler()'.
Lib/distutils/ccompiler.py
Lib/distutils/msvccompiler.py
Lib/distutils/unixccompiler.py