mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 05:30:30 +00:00
15 lines
225 B
Makefile
15 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@
|