ole32: Rework storage with blockfiles to properly use ILockBytes interfaces.
[wine/wine-kai.git] / dlls / qcap / Makefile.in
blob0b6805ab5515465dad67c60891c053cb503dbe4a
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = qcap.dll
6 IMPORTS = ole32 oleaut32 user32 gdi32 advapi32 kernel32
7 EXTRALIBS = -lstrmiids -luuid
9 C_SRCS = \
10 capturegraph.c \
11 dllsetup.c \
12 enummedia.c \
13 enumpins.c \
14 pin.c \
15 qcap_main.c \
16 v4l.c \
17 vfwcapture.c \
18 yuv.c
20 RC_SRCS = version.rc
22 @MAKE_DLL_RULES@
24 @DEPENDENCIES@ # everything below this line is overwritten by make depend