mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
13 lines
242 B
Makefile
13 lines
242 B
Makefile
MODULE = mfplat.dll
|
|
IMPORTLIB = mfplat
|
|
IMPORTS = advapi32 ole32 dmoguids mfuuid propsys rtworkq kernelbase
|
|
DELAYIMPORTS = bcrypt
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
buffer.c \
|
|
main.c \
|
|
mediatype.c \
|
|
queue.c \
|
|
sample.c
|