]> granicus.if.org Git - python/commit
Define the 'executables' class attribute so the CCompiler constructor
authorGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:31:16 +0000 (02:31 +0000)
committerGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:31:16 +0000 (02:31 +0000)
commit992c8f9dabadfe88147f9afa6e878ce1c645ce31
tree8bd0bbf0826a526da3f2ba538881db23731c8384
parente401e15d18e1a9458c2b05a59792760caeec758a
Define the 'executables' class attribute so the CCompiler constructor
doesn't blow up.  We don't currently use the 'set_executables()' bureaucracy,
although it would be nice to do so for consistency with UnixCCompiler.
Lib/distutils/msvccompiler.py