[Git][wine/wine][master] 5 commits: ntdll: Get crc32 implementation from zlib instead of tomcrypt.
Alexandre Julliard pushed to branch master at wine / wine Commits: 98b7a191 by Alexandre Julliard at 2026-06-03T19:32:43+02:00 ntdll: Get crc32 implementation from zlib instead of tomcrypt. - - - - - 10f61a09 by Alexandre Julliard at 2026-06-03T19:33:11+02:00 configure: Don't try to link to external zlib. We need a static lib for ntdll. - - - - - ceeb7624 by Alexandre Julliard at 2026-06-03T22:15:50+02:00 makefiles: Look for dependencies in assembly files. - - - - - a5aed5a9 by Alexandre Julliard at 2026-06-03T22:15:50+02:00 makefiles: Only build asm files in PE builds. - - - - - 53c6b547 by Alexandre Julliard at 2026-06-03T22:15:50+02:00 makefiles: Use a separate directory for ARM64EC asm files. - - - - - 8 changed files: - configure - configure.ac - dlls/ntdll/Makefile.in - dlls/ntdll/rtl.c - libs/compiler-rt/Makefile.in - libs/compiler-rt/lib/builtins/aarch64/chkstk.S - + libs/compiler-rt/lib/builtins/arm64ec/chkstk.S - tools/makedep.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e119602f8911a295828ffd517ad4f3... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e119602f8911a295828ffd517ad4f3... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)