21 Feb
2023
21 Feb
'23
4:58 a.m.
I'm not sure either, but other DLLs also seem to build successfully without IMPORTLIB. For instance, removing \`IMPORTLIB = bcrypt' from bcrypt still allows DLLs that import bcrypt to build successfully, like crypt32, dssenh, ncrypt, mfplat, rsaenh, and wsdapi to name a few.
That's probably because you have the import library still built in your object tree. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1889#note_24951