mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
2f9526720c
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
20 lines
312 B
Makefile
20 lines
312 B
Makefile
MODULE = qcap.dll
|
|
UNIXLIB = qcap.so
|
|
IMPORTS = strmbase strmiids uuid ole32 oleaut32
|
|
DELAYIMPORTS = msvfw32
|
|
|
|
C_SRCS = \
|
|
audiorecord.c \
|
|
avico.c \
|
|
avimux.c \
|
|
capturegraph.c \
|
|
filewriter.c \
|
|
qcap_main.c \
|
|
smartteefilter.c \
|
|
v4l.c \
|
|
vfwcapture.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
IDL_SRCS = \
|
|
qcap_classes.idl
|