SIGN IN SIGN UP

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
G
Greg Ward committed
0419a4ffbabce545d9c8ab19d16a087a1c8dd985
Parent: 21a4764