]> granicus.if.org Git - python/commit
Lyle Johnson's interface to Borland C++, with a few editorial comments by me.
authorGreg Ward <gward@python.net>
Wed, 28 Jun 2000 01:20:35 +0000 (01:20 +0000)
committerGreg Ward <gward@python.net>
Wed, 28 Jun 2000 01:20:35 +0000 (01:20 +0000)
commitfe9b818b7debc123d7a5791f3c25e6a62283c0f9
treeb13c5f4c512acc66b26ba24c14cdb2893ea05531
parentb0b98a5ee5ee6635e287e8f69183031610fdbda8
Lyle Johnson's interface to Borland C++, with a few editorial comments by me.
Two major points:
  * lots of overlap with MSVCCompiler; the common code really should be
    factored out into a base class, say WindowsCCompiler
  * it doesn't work: weird problem spawning the linker (see comment for
    details)
Lib/distutils/bcppcompiler.py [new file with mode: 0644]