mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
45af492211
- Corrected AVIFILEINFOW structure updates. - Implemented saving of wave files.
27 lines
427 B
Makefile
27 lines
427 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = avifil32.dll
|
|
IMPORTS = msacm32 msvfw32 shell32 winmm user32 advapi32 kernel32
|
|
ALTNAMES = avifile.dll
|
|
EXTRALIBS = $(LIBUUID)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
api.c \
|
|
avifile.c \
|
|
extrachunk.c \
|
|
factory.c \
|
|
getframe.c \
|
|
wavfile.c
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|