]> granicus.if.org Git - python/commit
Removed the implib_dir instance variable because it is unused.
authorThomas Heller <theller@ctypes.org>
Thu, 28 Sep 2000 19:28:35 +0000 (19:28 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 28 Sep 2000 19:28:35 +0000 (19:28 +0000)
commit18b9b93df3cf304a2506a44e1e3bfd95bd53e511
tree4e2f246f329918dc526ba9b6eba8795b43bad8d7
parent20af3172ce46a13789dbb4087e1115c95cfa9227
Removed the implib_dir instance variable because it is unused.

Removed get_ext_libname() because it is unused.

Fixed get_libraries() to append an '_d' to the python debug
import library. If MSVC is used, do not add 'pythonxx.lib' to
the list of libraries, because this is handled better
by a pragma in config.h.

This should fix bug #115595, but it needs some more testing.
Lib/distutils/command/build_ext.py