mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
14 lines
271 B
Makefile
14 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
|