mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
11 lines
202 B
Makefile
11 lines
202 B
Makefile
MODULE = hidclass.sys
|
|
IMPORTLIB = hidclass
|
|
IMPORTS = hal ntoskrnl user32 hidparse win32u
|
|
|
|
EXTRADLLFLAGS = -Wl,--subsystem,native
|
|
|
|
SOURCES = \
|
|
device.c \
|
|
hidclass.rc \
|
|
hidclass.sys.spec \
|
|
pnp.c
|