On Mon, 24 May 2021 at 14:54, Jacek Caban jacek@codeweavers.com wrote:
On 5/24/21 3:11 PM, Emil Velikov wrote:
Recently we moved the real and fake dll to $arch-$os.
Since the .def files are applicable only for *-windows, move them from their current *-unix location.
We use importlibs instead of .def for PE targets. .def files are used only for non-PE targets, so which belong to *-unix dirs.
Thanks for the reply Jacek.
Indeed, looking into winegcc - it is using the .def files, even though they're not passed as arguments during its invocation.
-Emil