• Thomas Heller's avatar
    Removed the implib_dir instance variable because it is unused. · 18b9b93d
    Thomas Heller yazdı
    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.
    18b9b93d
build_ext.py 22.8 KB