wine/dlls/wow64/Makefile.in
Alexandre Julliard e028401d08 wow64: Add thunks for a number of system syscalls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-30 13:19:03 +02:00

16 lines
248 B
Makefile

MODULE = wow64.dll
IMPORTLIB = wow64
IMPORTS = ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -mno-cygwin -Wl,--image-base,0x6f000000
C_SRCS = \
file.c \
process.c \
registry.c \
security.c \
sync.c \
syscall.c \
system.c \
virtual.c