Makefile.in 246 Bytes
Newer Older
Austin English's avatar
Austin English committed
1
MODULE    = evr.dll
2
IMPORTLIB = evr
3
IMPORTS   = mfuuid strmiids strmbase uuid dxguid ole32 oleaut32
4
DELAYIMPORTS = mfplat
Austin English's avatar
Austin English committed
5

6 7
EXTRADLLFLAGS = -mno-cygwin

Austin English's avatar
Austin English committed
8
C_SRCS = \
9
	evr.c \
10
	main.c \
11
	mixer.c \
12 13
	presenter.c \
	sample.c
14 15

IDL_SRCS = evr_classes.idl