]> granicus.if.org Git - python/commit
Introduced some bureaucracy for setting and tracking the executables
authorGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:08:18 +0000 (02:08 +0000)
committerGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:08:18 +0000 (02:08 +0000)
commite5c62bf6e872730388265932ca042ae7df0684f2
tree987276598e7ad582d3f9976966a51b0ee838bc55
parent73076ff7549c69da7bb9622e0dd916b225072306
Introduced some bureaucracy for setting and tracking the executables
that a particular compiler system depends on.  This consists of the
'set_executables()' and 'set_executable()' methods, and a few lines in
the constructor that expect implementation classes to provide an
'executables' attribute, which we use to initialize several instance
attributes.  The default implementation is somewhat biased in favour of
a Unix/DOS "command-line" view of the world, but it shouldn't be too
hard to override this for operating systems with a more sophisticated
way of representing programs-to-execute.
Lib/distutils/ccompiler.py