[PATCH] makefiles: install the .def files to the pe_dir

Emil Velikov emil.l.velikov at gmail.com
Mon May 24 14:54:37 CDT 2021


On Mon, 24 May 2021 at 14:54, Jacek Caban <jacek at 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



More information about the wine-devel mailing list