mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
f21cb01aa4
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
164 B
Makefile
11 lines
164 B
Makefile
MODULE = hidclass.sys
|
|
IMPORTLIB = hidclass
|
|
IMPORTS = ntoskrnl
|
|
DELAYIMPORTS = setupapi hid
|
|
|
|
C_SRCS = \
|
|
buffer.c \
|
|
descriptor.c \
|
|
device.c \
|
|
main.c \
|
|
pnp.c
|