mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 11:51:28 +00:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
MODULE = usbd.sys
|
|
IMPORTLIB = usbd.sys
|
|
IMPORTS = ntoskrnl.exe
|
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
usbd.c
|