Alexandre Julliard pushed to branch master at wine / wine
Commits: ebebb210 by Alexandre Julliard at 2025-03-24T13:13:20+01:00 winegcc: Store the output name in a global variable.
- - - - - 3fc70117 by Alexandre Julliard at 2025-03-24T13:13:33+01:00 winegcc: Use -nostdlib for MSVC builds.
Fixes a copy/paste error in 84f380b24042ec8b046bd72216d3b05666f3911e.
- - - - - 6ca44542 by Alexandre Julliard at 2025-03-24T13:13:33+01:00 winegcc: Always add strip flag to the linker args explicitly.
- - - - - b2e9aba5 by Alexandre Julliard at 2025-03-24T13:13:33+01:00 winegcc: Validate the target option after all arguments have been handled.
- - - - - cf54afe1 by Alexandre Julliard at 2025-03-24T13:15:15+01:00 winegcc: Always pass the -x option through the files list.
- - - - - 1fd9444d by Alexandre Julliard at 2025-03-24T16:25:17+01:00 winegcc: Store the linking options in global variables.
- - - - - 439b3027 by Alexandre Julliard at 2025-03-24T16:25:44+01:00 winegcc: Store the files arguments in a global variable.
- - - - - 6a10628f by Alexandre Julliard at 2025-03-24T22:40:51+01:00 ntdll: Limit the header mapping size to the size of the file.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58022
- - - - -
2 changed files:
- dlls/ntdll/unix/virtual.c - tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0927c5c3da7cda8cf476416260286b...