Makefile.in 164 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 MODULE = hidclass.sys IMPORTLIB = hidclass IMPORTS = ntoskrnl DELAYIMPORTS = setupapi hid C_SRCS = \ buffer.c \ descriptor.c \ device.c \ main.c \ pnp.c