-
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.