21 lines
307 B
Makefile
21 lines
307 B
Makefile
MODULE = mf.dll
|
|
IMPORTLIB = mf
|
|
IMPORTS = advapi32 mfplat ole32 uuid mfuuid strmiids
|
|
DELAYIMPORTS = evr user32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
clock.c \
|
|
copier.c \
|
|
evr.c \
|
|
main.c \
|
|
samplegrabber.c \
|
|
sar.c \
|
|
session.c \
|
|
topology.c
|
|
|
|
IDL_SRCS = mf.idl
|
|
|
|
RC_SRCS = mf.rc
|