Rust should allow specifying a custom .def file

dcd16b8
Opened by Simonas Kazlauskas at 2024-09-03 09:46:47

… on Windows. Especially for cdylibs.

  1. Triage: no change

    Steve Klabnik at 2018-10-31 20:28:35

  2. A def file can be passed to the linker using link-arg and the raw-dylib feature allows for doing some of the things that def files are used for.

    Chris Denton at 2023-07-03 20:46:06