1. 25 Haz, 2000 2 kayıt (commit)
    • Greg Ward's avatar
      Introduced some bureaucracy for setting and tracking the executables · e5c62bf6
      Greg Ward yazdı
      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.
      e5c62bf6
    • Greg Ward's avatar
      Got rid of direct dependence on the sysconfig module. Mainly, this · 73076ff7
      Greg Ward yazdı
      meant playing along with the new "dictionary of executables" scheme
      added to CCompiler by adding the 'executables' class attribute, and
      changing all the compile/link/etc. methods to use the new attributes
      (which encapsulate both the program to run and its standard arguments,
      so it was a *little* bit more than just changing some names).
      73076ff7
  2. 24 Haz, 2000 12 kayıt (commit)
  3. 23 Haz, 2000 7 kayıt (commit)
  4. 21 Haz, 2000 14 kayıt (commit)
  5. 20 Haz, 2000 5 kayıt (commit)