wined3d: Verify each state table entry has either a handler or a representative.
[wine.git] / dlls / windowscodecs / Makefile.in
blob7ff3ae240e05fa641214c1fc39151a9ae6eb596a
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = windowscodecs.dll
6 IMPORTLIB = windowscodecs
7 IMPORTS = uuid ole32 advapi32 kernel32
8 EXTRAINCL = @PNGINCL@
10 C_SRCS = \
11 bmpdecode.c \
12 bmpencode.c \
13 clsfactory.c \
14 converter.c \
15 gifformat.c \
16 icoformat.c \
17 imgfactory.c \
18 info.c \
19 jpegformat.c \
20 main.c \
21 palette.c \
22 pngformat.c \
23 propertybag.c \
24 regsvr.c \
25 stream.c \
26 tiffformat.c \
27 ungif.c
29 RC_SRCS = version.rc
31 @MAKE_DLL_RULES@