[Git][wine/wine][master] 2 commits: makefiles: Simplify compiler-rt usage.
Alexandre Julliard pushed to branch master at wine / wine Commits: 682ec766 by Alexandre Julliard at 2026-02-26T22:01:22+01:00 makefiles: Simplify compiler-rt usage. It's used for all PE builds now. - - - - - 91366f68 by Alexandre Julliard at 2026-02-26T22:01:22+01:00 winecrt0: Move to the libs directory. This is supported now with 9daccb73269d4877cf02a6c44526a563ecc219c3. - - - - - 28 changed files: - configure - configure.ac - dlls/winecrt0/Makefile.in → libs/winecrt0/Makefile.in - dlls/winecrt0/arm64ec.c → libs/winecrt0/arm64ec.c - dlls/winecrt0/crt_dllmain.c → libs/winecrt0/crt_dllmain.c - dlls/winecrt0/crt_fltused.c → libs/winecrt0/crt_fltused.c - dlls/winecrt0/debug.c → libs/winecrt0/debug.c - dlls/winecrt0/delay_load.c → libs/winecrt0/delay_load.c - dlls/winecrt0/dll_canunload.c → libs/winecrt0/dll_canunload.c - dlls/winecrt0/dll_entry.c → libs/winecrt0/dll_entry.c - dlls/winecrt0/dll_main.c → libs/winecrt0/dll_main.c - dlls/winecrt0/dll_register.c → libs/winecrt0/dll_register.c - dlls/winecrt0/dll_soinit.c → libs/winecrt0/dll_soinit.c - dlls/winecrt0/dll_version.c → libs/winecrt0/dll_version.c - dlls/winecrt0/exception.c → libs/winecrt0/exception.c - dlls/winecrt0/exe16_entry.c → libs/winecrt0/exe16_entry.c - dlls/winecrt0/exe_entry.c → libs/winecrt0/exe_entry.c - dlls/winecrt0/exe_main.c → libs/winecrt0/exe_main.c - dlls/winecrt0/exe_wentry.c → libs/winecrt0/exe_wentry.c - dlls/winecrt0/exe_wmain.c → libs/winecrt0/exe_wmain.c - dlls/winecrt0/gcc_ctors.c → libs/winecrt0/gcc_ctors.c - dlls/winecrt0/register.c → libs/winecrt0/register.c - dlls/winecrt0/setjmp.c → libs/winecrt0/setjmp.c - dlls/winecrt0/stub.c → libs/winecrt0/stub.c - dlls/winecrt0/tls.c → libs/winecrt0/tls.c - dlls/winecrt0/unix_lib.c → libs/winecrt0/unix_lib.c - tools/make_makefiles - tools/makedep.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0814caf9fa209f5ff722e20d1c8b42... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0814caf9fa209f5ff722e20d1c8b42... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)