mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
9e8eb72210
Signed-off-by: Anton Baskanov <baskanov@gmail.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
246 B
Makefile
15 lines
246 B
Makefile
TESTDLL = quartz.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
avisplitter.c \
|
|
dsoundrender.c \
|
|
filtergraph.c \
|
|
filtermapper.c \
|
|
memallocator.c \
|
|
misc.c \
|
|
mpegsplit.c \
|
|
referenceclock.c \
|
|
videorenderer.c
|
|
|
|
IDL_SRCS = fil_data.idl
|