mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
MODULE = usbd.sys
|
|
IMPORTLIB = usbd.sys
|
|
IMPORTS = ntoskrnl.exe
|
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
usbd.c
|
|
|
|
@MAKE_DLL_RULES@
|