Soup icon indicating copy to clipboard operation
Soup copied to clipboard

DLLs incremental builds not working for MSVC

Open mwasplund opened this issue 5 years ago • 1 comments

The root issue here is that MSVC link.exe does not always reset the timestamp for the implib. A fix for this could be to always delete the output files for a build node to ensure they are always created.

mwasplund avatar Dec 28 '19 21:12 mwasplund

For now I removed the implib as an output of the build, ideally this should be included to ensure it is present

mwasplund avatar Dec 29 '19 18:12 mwasplund