wine-wine/dlls/hidclass.sys/Makefile.in

14 lines
197 B
Makefile
Raw Normal View History

2015-07-06 18:09:14 +00:00
MODULE = hidclass.sys
IMPORTLIB = hidclass
IMPORTS = hal ntoskrnl
2015-07-06 18:09:14 +00:00
DELAYIMPORTS = setupapi hid
EXTRADLLFLAGS = -mno-cygwin
2015-07-06 18:09:14 +00:00
C_SRCS = \
buffer.c \
descriptor.c \
device.c \
main.c \
pnp.c