[PATCH 6/6] makedep: Build builtin programs with ucrt.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- We could do the same for majority of DLLs. I'm changing only programs for now to let it stabilize first. It will probably need a clean build, because we don't rebuild object files when makedep/Makefile changes. tools/makedep.c | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=65914 Your paranoid android. === debian10 (build log) === /home/winetest/tools/testbot/var/wine-win32/programs/winhlp32/macro.lex.yy.c:1649: undefined reference to `_imp__fprintf' collect2: error: ld returned 1 exit status Task: The win32 build failed === debian10 (build log) === /home/winetest/tools/testbot/var/wine-wow64/programs/winhlp32/macro.lex.yy.c:1649: undefined reference to `__imp_fprintf' collect2: error: ld returned 1 exit status Task: The wow64 build failed
participants (2)
-
Jacek Caban -
Marvin