mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
c127fab80e
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
142 B
Makefile
9 lines
142 B
Makefile
MODULE = mfplat.dll
|
|
IMPORTLIB = mfplat
|
|
IMPORTS = advapi32 ole32 mfuuid propsys
|
|
|
|
C_SRCS = \
|
|
buffer.c \
|
|
main.c \
|
|
mediatype.c \
|
|
queue.c
|