mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
263 B
Makefile
12 lines
263 B
Makefile
TESTDLL = mmdevapi.dll
|
|
IMPORTS = ole32 version user32
|
|
EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS
|
|
|
|
C_SRCS = \
|
|
capture.c \
|
|
dependency.c \
|
|
mmdevenum.c \
|
|
propstore.c \
|
|
render.c
|
|
|
|
@MAKE_TEST_RULES@
|