[PATCH 3/6] makefiles: Allow using *_PE_LIBS to specify linker flags to external static libraries.

Alexandre Julliard julliard at winehq.org
Wed Oct 20 04:12:10 CDT 2021


"Zebediah Figura (she/her)" <zfigura at codeweavers.com> writes:

> On 10/19/21 10:57, Alexandre Julliard wrote:
>> Zebediah Figura <zfigura at codeweavers.com> writes:
>> 
>>> Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
>>> ---
>>> IMPORTS does not expect flags. That could be changed instead, however, as an
>>> alternative to this patch.
>> Yes that's my plan, I was going to do something like this:
>> 
>
> Do you have a plan for any of the other problems preventing use of
> external libraries, then? I notice the below diff doesn't by itself 
> allow for use of static libraries (and dynamic libraries also require
> some more work than what's currently upstream).

I don't think static libraries are going to work, because of the msvcrt
version issue. For dynamic libraries, if you mean finding them at
runtime etc. then no, I'm not working on that part. But you should be
able to link to them and test them by copying them into the prefix.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list