mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
15 lines
208 B
Makefile
15 lines
208 B
Makefile
MODULE = wow64.dll
|
|
IMPORTLIB = wow64
|
|
IMPORTS = ntdll winecrt0
|
|
|
|
EXTRADLLFLAGS = -nodefaultlibs
|
|
|
|
C_SRCS = \
|
|
file.c \
|
|
process.c \
|
|
registry.c \
|
|
security.c \
|
|
sync.c \
|
|
syscall.c \
|
|
system.c \
|
|
virtual.c
|