]> granicus.if.org Git - python/commit
In the 'compile()' method: preserve the directory portion of source
authorGreg Ward <gward@python.net>
Thu, 2 Mar 2000 01:21:54 +0000 (01:21 +0000)
committerGreg Ward <gward@python.net>
Thu, 2 Mar 2000 01:21:54 +0000 (01:21 +0000)
commit49ffce173ef739c8f3f26f236287e57f5d018a19
tree56f6c071f88319d8749fe3e182068de1c086088b
parentb48bc17d10fa53c7ccbcca5597ee4bdb8754973e
In the 'compile()' method: preserve the directory portion of source
filenames when constructing object filenames, even if output_dir given --
eg. "foo/bar.c" will compile to "foo/bar.o" without an output_dir, and to
"temp/foo/bar.o" if output_dir is "temp".
Lib/distutils/unixccompiler.py