wine/dlls/hidparse.sys/Makefile.in
Rémi Bernon a290c5bf7c hidparse.sys: Implement HidP_(Get|Free)CollectionDescription.
Copying HID report parsing code from hidclass.sys, and supporting only
one collection descriptor for now.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-16 23:28:42 +02:00

10 lines
139 B
Makefile

MODULE = hidparse.sys
IMPORTLIB = hidparse
IMPORTS = ntoskrnl
EXTRADLLFLAGS = -mno-cygwin
PARENTSRC = ../hid
C_SRCS = \
hidp.c \
main.c