0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/distutils
Greg Ward 4ba9b2e3b6 Patch from Thomas heller:
* don't need to mention python<ver>.lib -- it's done by a pragma
  * add debug flags for compile and link, and use them
  * fix 'link_shared_library()' to pass everything to 'link_shared_object()'
  * change filename when shared object with debug info (ugh)
2000-02-10 02:15:52 +00:00
..
command Added 'debug' option, and changed compile/link calls to use it. 2000-02-09 02:20:14 +00:00
__init__.py
ccompiler.py Added 'debug' flag to compile and link method signatures. 2000-02-09 02:16:14 +00:00
core.py Added 'libraries' option for use by the 'build_lib' command. 2000-02-05 02:24:52 +00:00
errors.py
fancy_getopt.py Added support for printing out help text from option table: 'print_help()', 1999-12-12 16:54:55 +00:00
msvccompiler.py Patch from Thomas heller: 2000-02-10 02:15:52 +00:00
spawn.py Catch OSError from 'spawnv()' in '_spawn_nt()'. 2000-01-17 21:57:55 +00:00
sysconfig.py get_config_h_filename(): Support NT as well as Posix systems. 2000-02-08 15:55:42 +00:00
text_file.py
unixccompiler.py Added 'debug' flags to compile and link methods, and modified code to add 2000-02-09 02:17:00 +00:00
util.py Fixed broken list extend in 'copy_tree()'. 2000-01-30 19:57:48 +00:00
version.py