mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
225 B
Makefile
14 lines
225 B
Makefile
TESTDLL = quartz.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
avisplitter.c \
|
|
dsoundrender.c \
|
|
filtergraph.c \
|
|
filtermapper.c \
|
|
memallocator.c \
|
|
misc.c \
|
|
referenceclock.c \
|
|
videorenderer.c
|
|
|
|
@MAKE_TEST_RULES@
|