makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / qcap / Makefile.in
1 MODULE    = qcap.dll
2 IMPORTS   = strmiids uuid ole32 gdi32 advapi32
3
4 C_SRCS = \
5         capturegraph.c \
6         dllsetup.c \
7         enummedia.c \
8         enumpins.c \
9         pin.c \
10         qcap_main.c \
11         v4l.c \
12         vfwcapture.c \
13         yuv.c
14
15 RC_SRCS = version.rc
16
17 @MAKE_DLL_RULES@