wine/dlls/hidparse.sys/Makefile.in
2025-04-10 18:17:26 +02:00

11 lines
173 B
Makefile

MODULE = hidparse.sys
IMPORTLIB = hidparse
IMPORTS = ntoskrnl
PARENTSRC = ../hid
EXTRADLLFLAGS = -Wl,--subsystem,native
SOURCES = \
hidp.c \
hidparse.sys.spec \
main.c