mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
f21cb01aa4
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
118 B
Makefile
7 lines
118 B
Makefile
MODULE = usbd.sys
|
|
IMPORTLIB = usbd
|
|
IMPORTS = ntoskrnl
|
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
usbd.c
|