Sweden-Number/dlls/quartz/Makefile.in

36 lines
587 B
Makefile
Raw Normal View History

2001-07-02 20:57:22 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = quartz.dll
IMPORTS = dsound ddraw msvfw32 ole32 oleaut32 user32 advapi32 kernel32
EXTRALIBS = -lstrmiids -luuid $(LIBUNICODE)
2001-07-02 20:57:22 +02:00
C_SRCS = \
avidec.c \
avisplit.c \
control.c \
dsoundrender.c \
enumfilters.c \
enummedia.c \
2003-07-01 06:29:48 +02:00
enummoniker.c \
enumpins.c \
enumregfilters.c \
2003-08-07 01:00:14 +02:00
filesource.c \
filtergraph.c \
2003-07-01 06:29:48 +02:00
filtermapper.c \
main.c \
memallocator.c \
pin.c \
regsvr.c \
systemclock.c \
videorenderer.c
RC_SRCS = version.rc
2001-07-02 20:57:22 +02:00
2004-08-16 23:14:28 +02:00
SUBDIRS = tests
2001-07-02 20:57:22 +02:00
@MAKE_DLL_RULES@
### Dependencies: