]> granicus.if.org Git - python/commit
Patch from Rene Liebscher, tweaked by me:
authorGreg Ward <gward@python.net>
Tue, 1 Aug 2000 23:54:29 +0000 (23:54 +0000)
committerGreg Ward <gward@python.net>
Tue, 1 Aug 2000 23:54:29 +0000 (23:54 +0000)
commit0419a4ffbabce545d9c8ab19d16a087a1c8dd985
treecf770dabdc4ffd131cd2e92820c2b282b8d57bbf
parent21a4764b9a004c2b40b53ebfb712c6f665d3bb65
Patch from Rene Liebscher, tweaked by me:
  - 'export_symbol_file' (and corresponding 'def_file' in the old
    "build info" dict) are gone; warn if we see 'def_file' in the
    dict
  - the MSVC "pre-link hack" is gone -- all that stuff is now handled
    elsewhere (eg. by using 'export_symbols', etc.)
  - add 'get_export_symbols()' and 'get_libraries()' methods -- needed
    because on Windows, both of those things are a tad more complicated
    than fetching them from the Extension instance
Lib/distutils/command/build_ext.py