Alexandre Julliard pushed to branch master at wine / wine
Commits: be5f6007 by Alexandre Julliard at 2025-02-13T13:21:31+01:00 ntdll: Add a helper function to retrieve the .so directory.
- - - - - 7ce83f15 by Alexandre Julliard at 2025-02-13T13:21:58+01:00 ntdll: Add a helper function to get the alternate 32/64-bit machine.
- - - - - 77b3c4c0 by Alexandre Julliard at 2025-02-13T13:22:31+01:00 ntdll: Set the WINELOADER variable on the PE side, using a Windows path.
- - - - - 8c3f2056 by Alexandre Julliard at 2025-02-13T20:53:15+01:00 loader: Install the Wine loader in the Unix lib directory.
And get rid of the "wine64" naming, the loader is always named "wine" on all platforms.
- - - - - 6d28db86 by Alexandre Julliard at 2025-02-13T20:53:15+01:00 tools: Add a simpler Wine launcher in the bin directory.
- - - - - 22a90656 by Alexandre Julliard at 2025-02-13T20:53:15+01:00 tools: Move the loader man pages to the new Wine loader directory.
And remove mention of the WINELOADER variable.
- - - - - 4f7f1c6d by Alexandre Julliard at 2025-02-13T20:53:15+01:00 dbghelp: Always use the WINELOADER variable for the loader name.
- - - - -
18 changed files:
- configure - configure.ac - dlls/dbghelp/dbghelp_private.h - dlls/dbghelp/elf_module.c - dlls/dbghelp/macho_module.c - dlls/dbghelp/module.c - dlls/ntdll/unix/env.c - dlls/ntdll/unix/loader.c - dlls/ntdll/unix/unix_private.h - loader/Makefile.in - loader/main.c - tools/makedep.c - + tools/wine/Makefile.in - + tools/wine/wine.c - loader/wine.de.UTF-8.man.in → tools/wine/wine.de.UTF-8.man.in - loader/wine.fr.UTF-8.man.in → tools/wine/wine.fr.UTF-8.man.in - loader/wine.man.in → tools/wine/wine.man.in - loader/wine.pl.UTF-8.man.in → tools/wine/wine.pl.UTF-8.man.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/78a9d5d12edf3367ef787cd22f4215...