mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
21 lines
355 B
Makefile
21 lines
355 B
Makefile
MODULE = avifil32.dll
|
|
IMPORTLIB = avifil32
|
|
IMPORTS = uuid msacm32 msvfw32 winmm ole32 user32 advapi32 rpcrt4
|
|
|
|
C_SRCS = \
|
|
acmstream.c \
|
|
api.c \
|
|
avifile.c \
|
|
editstream.c \
|
|
extrachunk.c \
|
|
factory.c \
|
|
getframe.c \
|
|
icmstream.c \
|
|
tmpfile.c \
|
|
wavfile.c
|
|
|
|
IDL_SRCS = avifil32.idl
|
|
|
|
RC_SRCS = avifil32.rc
|
|
|
|
dlldata_EXTRADEFS = -DENTRY_PREFIX=avifil32_
|