18 lines
357 B
Makefile
18 lines
357 B
Makefile
TESTDLL = quartz.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS
|
|
|
|
C_SRCS = \
|
|
avisplitter.c \
|
|
dsoundrender.c \
|
|
filtergraph.c \
|
|
filtermapper.c \
|
|
memallocator.c \
|
|
misc.c \
|
|
referenceclock.c \
|
|
videorenderer.c
|
|
|
|
IDL_H_SRCS = fil_data.idl
|
|
|
|
@MAKE_TEST_RULES@
|