mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
15 lines
237 B
Makefile
15 lines
237 B
Makefile
MODULE = user.exe16
|
|
IMPORTS = mpr user32 gdi32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,user32.dll,--heap,65520
|
|
|
|
C_SRCS = \
|
|
bidi.c \
|
|
comm.c \
|
|
dialog.c \
|
|
hook.c \
|
|
message.c \
|
|
network.c \
|
|
user.c \
|
|
window.c
|
|
|
|
RC_SRCS = version.rc
|