mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
c8c40e9734
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
135 B
Makefile
7 lines
135 B
Makefile
TESTDLL = mfreadwrite.dll
|
|
IMPORTS = ole32 user32 d3d9 dxva2 mfplat mfreadwrite mfuuid
|
|
|
|
C_SRCS = \
|
|
mfplat.c
|
|
|
|
RC_SRCS = resource.rc
|