mirror of
https://github.com/reactos/wine.git
synced 2024-11-23 11:49:50 +00:00
f21cb01aa4
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
164 B
Makefile
12 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
|