]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added 'output_dir' parameter to 'compile()' and 'link_shared_object().
authorGreg Ward <gward@python.net>
Mon, 13 Sep 1999 03:12:53 +0000 (03:12 +0000)
committerGreg Ward <gward@python.net>
Mon, 13 Sep 1999 03:12:53 +0000 (03:12 +0000)
commit8037cb11f5d9dc9eee5a64e5aa0b4f06fbabcaad
tree9cf68bf2012564ec77ce324257d7be1a24b5dab8
parent3b120ab37436a9c0cfb18f3959a2e54051c6b7ef
Added 'output_dir' parameter to 'compile()' and 'link_shared_object().
Changed those two methods to only compile/link if necessary (according
  to simplistic timestamp checks).
Added 'output_dir' to 'object_filenames()' and 'shared_object_filename()'.
Lib/distutils/unixccompiler.py