Rust should allow specifying a custom .def file
dcd16b8
Opened by Simonas Kazlauskas at
… on Windows. Especially for cdylibs.
Triage: no change
Steve Klabnik at 2018-10-31 20:28:35
A def file can be passed to the linker using
link-argand theraw-dylibfeature allows for doing some of the things that def files are used for.Chris Denton at 2023-07-03 20:46:06