mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
19 lines
313 B
Makefile
19 lines
313 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
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@
|