0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Lib/distutils
Greg Ward 2f557a2ec4 Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that
we don't know what to do with it when we see it.
Call '_fix_object_args()' and/or '_fix_lib_args()' as appropriate, rather
  than just '_fix_link_args()'.
2000-03-26 21:42:28 +00:00
..
command Fixed the class name. 2000-03-23 04:37:11 +00:00
__init__.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
ccompiler.py Added 'runtime_library_dirs' parameter to 'link_*()' methods. 2000-03-26 21:37:09 +00:00
core.py Dropped the evil and misguided 'set_peer_option()' method -- it's no 2000-03-22 00:31:37 +00:00
errors.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
fancy_getopt.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
msvccompiler.py Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that 2000-03-26 21:42:28 +00:00
spawn.py Fixed '_nt_quote_args()': backwards logic reversed, and now it actually 2000-03-23 04:38:36 +00:00
sysconfig.py There are a few places which can raise DistutilsPlatformError; make 2000-03-09 15:54:52 +00:00
text_file.py Added all documentation. 1999-09-29 13:03:32 +00:00
unixccompiler.py Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to 2000-03-26 21:40:19 +00:00
util.py Import fix. 2000-03-23 04:39:16 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00