]> granicus.if.org Git - python/commit
Added 'package' option.
authorGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:49:35 +0000 (12:49 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:49:35 +0000 (12:49 +0000)
commita6cb8ae7bcdf04a1340d6e35e3e4fee31e61a748
tree85d528a1194348d96052d5550f7e5d32f2f10514
parent2a612067e60a98f05d39b39f4a7a5a7a8065bfc9
Added 'package' option.
Catch up with renamed 'platdir' -> 'build_platlib' option in 'build'.
Don't call 'set_final_options()' in 'run()' anymore -- that's now
  guaranteed to be taken care of for us by the Distribution instance.
If 'include_dirs' is a string, split it on os.pathsep (this is half-
  hearted -- support for setting compile/link options on the command
  line is totally lame and probably won't work at all).
Added 'get_source_files()' for use by 'dist' command.
Added code to 'build_extensions()' to figure out the "def file" to use
  with MSVC++ and add it to the linker command line as an "extra_postarg".
Lib/distutils/command/build_ext.py