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

15 lines
271 B
Makefile

MODULE = evr.dll
IMPORTLIB = evr
IMPORTS = mfuuid strmiids strmbase uuid dxguid ole32 oleaut32 user32 d3d9 dxva2 msvcrt
DELAYIMPORTS = mfplat
EXTRADLLFLAGS = -Wb,--prefer-native
SOURCES = \
evr.c \
evr_classes.idl \
main.c \
mixer.c \
presenter.c \
sample.c