Module: wine Branch: master Commit: 6a912649188a765d0c58e8b26e093fb0c31b3e3d URL: https://gitlab.winehq.org/wine/wine/-/commit/6a912649188a765d0c58e8b26e093fb...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 26 11:04:43 2022 +0200
makefiles: Store PE objects in subdirectories in the build tree.
This will make it possible to build multiple PE architectures.
---
dlls/ntdll/loader.c | 4 +- dlls/ntdll/unix/loader.c | 39 ++++++++++-------- dlls/setupapi/fakedll.c | 32 +++++++++------ programs/winecfg/libraries.c | 10 +++-- tools/makedep.c | 98 +++++++++++++++++++++----------------------- tools/widl/widl.c | 4 +- tools/winegcc/utils.c | 15 ++++--- 7 files changed, 108 insertions(+), 94 deletions(-)