makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / usbd.sys / Makefile.in
1 MODULE    = usbd.sys
2 IMPORTLIB = usbd.sys
3 IMPORTS   = ntoskrnl.exe
4 EXTRADLLFLAGS = -Wb,--subsystem,native
5
6 C_SRCS = \
7         usbd.c
8
9 @MAKE_DLL_RULES@