Makefile.in 219 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 11
	main.c \
	mixer.c
12 13

IDL_SRCS = evr_classes.idl