mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
11 lines
208 B
Makefile
11 lines
208 B
Makefile
MODULE = mfreadwrite.dll
|
|
IMPORTLIB = mfreadwrite
|
|
IMPORTS = mfuuid uuid mfplat ole32 kernelbase
|
|
DELAYIMPORTS = mf
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
mf_classes.idl \
|
|
reader.c \
|
|
writer.c
|