mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
4b7a20af16
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
136 B
Makefile
9 lines
136 B
Makefile
MODULE = winehid.sys
|
|
IMPORTS = hidclass ntoskrnl
|
|
|
|
EXTRADLLFLAGS = -Wl,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = winehid.rc
|