Alexandre Julliard pushed to branch master at wine / wine
Commits: 1cb7b649 by Alexandre Julliard at 2025-03-18T20:58:40+01:00 tools: Add is_pe_target() common helper function.
- - - - - 842f3f73 by Alexandre Julliard at 2025-03-18T20:58:40+01:00 winegcc: Make the target options global variables.
For consistency with the other tools.
- - - - - 5e51a0dc by Alexandre Julliard at 2025-03-18T20:58:40+01:00 winegcc: Move setting the compatibility defines to a separate helper function.
- - - - - 4db10470 by Alexandre Julliard at 2025-03-18T20:58:40+01:00 winegcc: Move the initial argument array out of the options structure.
It's only used while parsing the options.
- - - - - f2fb9203 by Alexandre Julliard at 2025-03-18T20:58:40+01:00 winegcc: Move the remaining directory options out of the options structure.
- - - - - fe9f70fb by Alexandre Julliard at 2025-03-18T22:26:08+01:00 winegcc: Remove option fields that already have a corresponding output file variable.
- - - - -
4 changed files:
- tools/tools.h - tools/winebuild/build.h - tools/winebuild/utils.c - tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64d84cf74a52c7cae2b93ae73194fa...