mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 04:18:09 +00:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
MODULE = mouse.drv16
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -m16
|
|
|
|
C_SRCS = mouse.c
|
|
|
|
RC_SRCS = mouse.rc
|