mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:49:08 +00:00
fbbad0f10a
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
103 B
Makefile
8 lines
103 B
Makefile
MODULE = mouse.drv16
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -m16
|
|
|
|
C_SRCS = mouse.c
|
|
|
|
RC_SRCS = mouse.rc
|