mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
TESTDLL = mfplay.dll
|
|
IMPORTS = mfplay user32 uuid mfuuid mfplat ole32
|
|
|
|
C_SRCS = \
|
|
mfplay.c
|
|
|
|
RC_SRCS = resource.rc
|