mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 04:18:09 +00:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
MODULE = usbd.sys
|
|
IMPORTLIB = usbd
|
|
IMPORTS = ntoskrnl
|
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
usbd.c
|