8 Mar
2023
8 Mar
'23
8:52 a.m.
On Wed Mar 8 08:52:46 2023 +0000, Alexandre Julliard wrote:
You have to assume that the file name is the same as the .spec, so there's no need for a new makedep flag. Also you'll need to rename the .res for the whole dll to avoid a conflict. The rename is already there I believe (I can probably do it in a separate commit to make that more clear), through the `output_rsrc = strmake( "%s.res", dll_name );` change.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2266#note_26380