mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
30e5405aca
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
18 lines
257 B
Makefile
18 lines
257 B
Makefile
MODULE = mf.dll
|
|
IMPORTLIB = mf
|
|
IMPORTS = advapi32 mfplat ole32 uuid mfuuid strmiids
|
|
DELAYIMPORTS = evr
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
evr.c \
|
|
main.c \
|
|
samplegrabber.c \
|
|
sar.c \
|
|
session.c \
|
|
topology.c
|
|
|
|
IDL_SRCS = mf.idl
|
|
|
|
RC_SRCS = mf.rc
|