mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
237 B
Makefile
14 lines
237 B
Makefile
MODULE = user.exe16
|
|
IMPORTS = mpr user32 gdi32 win32u
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,user32.dll,--heap,65520
|
|
|
|
SOURCES = \
|
|
bidi.c \
|
|
comm.c \
|
|
dialog.c \
|
|
hook.c \
|
|
message.c \
|
|
network.c \
|
|
user.c \
|
|
version.rc \
|
|
window.c
|