wine/tools/winebuild
Zebediah Figura 63a6f01a70 winebuild: Use segment prefixes in 16-bit stack switching code instead of writing out byte values.
Presumably at one point there were assemblers that choked on
these. However, currently we use segment prefixes elsewhere in
wine (namely, in the syscall dispatcher), and it seems fair to assume
that a sane compiler should support them.
2023-06-02 09:32:23 +02:00
..
build.h tools: Make sure that config.h is included. 2023-01-30 09:31:32 +01:00
import.c winebuild: Only allow the stdcall calling convention for system calls. 2023-02-27 11:02:14 +01:00
main.c tools: Add a common helper to setup signal handlers. 2023-01-25 11:47:51 +01:00
Makefile.in makefiles: Generate rules for installing programs. 2015-10-29 21:20:06 +09:00
parser.c winebuild: Disallow floating point arguments in syscall functions. 2023-05-12 11:39:10 +02:00
relay.c winebuild: Use segment prefixes in 16-bit stack switching code instead of writing out byte values. 2023-06-02 09:32:23 +02:00
res16.c tools: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
res32.c winebuild: Use .incbin instead of printf for resource data. 2023-02-13 17:03:02 +01:00
spec16.c winebuild: Wrap 16-bit fake dlls in a PE module. 2021-10-21 14:53:32 +02:00
spec32.c winebuild: Use new ELF tag ids also on 64-bit. 2022-12-16 10:42:01 +01:00
utils.c tools: Add a common helper to cleanup temp files. 2023-01-25 11:47:51 +01:00
winebuild.man.in winebuild: Remove support for "hybrid" Unix libraries. 2022-11-11 12:07:41 +01:00