mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
17 lines
306 B
Makefile
17 lines
306 B
Makefile
MODULE = qcap.dll
|
|
UNIXLIB = qcap.so
|
|
IMPORTS = strmbase strmiids uuid ole32 oleaut32 winmm msvcrt
|
|
DELAYIMPORTS = msvfw32
|
|
|
|
SOURCES = \
|
|
audiorecord.c \
|
|
avico.c \
|
|
avimux.c \
|
|
capturegraph.c \
|
|
filewriter.c \
|
|
qcap_classes.idl \
|
|
qcap_main.c \
|
|
smartteefilter.c \
|
|
v4l.c \
|
|
version.rc \
|
|
vfwcapture.c
|