wine/dlls/qcap/Makefile.in
Elizabeth Figura 5f431b0311 qcap: Link to msvcrt instead of ucrtbase.
It links to strmbase, which is built against msvcrt.
2024-05-14 18:28:27 +02:00

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