wine-wine/dlls/quartz/Makefile.in

39 lines
715 B
Makefile
Raw Normal View History

2001-07-02 18:57:22 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = quartz.dll
IMPORTLIB = libquartz.$(IMPLIBEXT)
IMPORTS = dsound msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32 kernel32
EXTRALIBS = -lstrmiids -luuid
2001-07-02 18:57:22 +00:00
C_SRCS = \
acmwrapper.c \
avidec.c \
avisplit.c \
control.c \
dsoundrender.c \
enumfilters.c \
enummedia.c \
2003-07-01 04:29:48 +00:00
enummoniker.c \
enumpins.c \
enumregfilters.c \
2003-08-06 23:00:14 +00:00
filesource.c \
filtergraph.c \
2003-07-01 04:29:48 +00:00
filtermapper.c \
main.c \
memallocator.c \
parser.c \
pin.c \
regsvr.c \
systemclock.c \
transform.c \
2005-02-10 17:13:18 +00:00
videorenderer.c \
waveparser.c
RC_SRCS = version.rc
2001-07-02 18:57:22 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend