wined3d: Add missing check for p8 primary in surface_download_data.
[wine.git] / dlls / avifil32 / Makefile.in
blob9c5a9d22667438cd547efaf113ded7aa4a7ba775
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = avifil32.dll
6 IMPORTLIB = avifil32
7 IMPORTS = msacm32 msvfw32 winmm ole32 user32 advapi32 kernel32
8 EXTRALIBS = -luuid
10 C_SRCS = \
11 acmstream.c \
12 api.c \
13 avifile.c \
14 editstream.c \
15 extrachunk.c \
16 factory.c \
17 getframe.c \
18 icmstream.c \
19 regsvr.c \
20 tmpfile.c \
21 wavfile.c
23 SPEC_SRCS16 = avifile.spec
25 RC_SRCS = \
26 rsrc.rc
28 @MAKE_DLL_RULES@
30 @DEPENDENCIES@ # everything below this line is overwritten by make depend