Makefile.in 312 Bytes
Newer Older
1
MODULE    = qcap.dll
2
UNIXLIB   = qcap.so
3
IMPORTS   = strmbase strmiids uuid ole32 oleaut32
4
DELAYIMPORTS = msvfw32
5

6
C_SRCS = \
7
	audiorecord.c \
8
	avico.c \
9
	avimux.c \
10
	capturegraph.c \
11
	filewriter.c \
12
	qcap_main.c \
13
	smartteefilter.c \
14
	v4l.c \
15
	vfwcapture.c
16

17
RC_SRCS = version.rc
18 19 20

IDL_SRCS = \
	qcap_classes.idl