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.