commit | 49ffce173ef739c8f3f26f236287e57f5d018a19 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Thu Mar 02 01:21:54 2000 +0000 |
committer | Greg Ward <gward@python.net> | Thu Mar 02 01:21:54 2000 +0000 |
tree | 56f6c071f88319d8749fe3e182068de1c086088b | |
parent | b48bc17d10fa53c7ccbcca5597ee4bdb8754973e [diff] |
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".