mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
58adb553e4
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
81 B
Makefile
7 lines
81 B
Makefile
MODULE = mf.dll
|
|
IMPORTLIB = mf
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
session.c \
|
|
topology.c
|