mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +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
|