mirror of
https://github.com/reactos/wine.git
synced 2025-02-28 16:56:24 +00:00
14 lines
229 B
Makefile
14 lines
229 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = usbd.sys
|
|
IMPORTLIB = usbd.sys
|
|
IMPORTS = ntoskrnl.exe
|
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
usbd.c
|
|
|
|
@MAKE_DLL_RULES@
|