urlmon: Implemented canonicalization of query strings.
[wine] / dlls / windowscodecs / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = windowscodecs.dll
6 IMPORTLIB = windowscodecs
7 IMPORTS   = uuid ole32 shlwapi advapi32
8 EXTRAINCL = @PNGINCL@
9
10 C_SRCS = \
11         bmpdecode.c \
12         bmpencode.c \
13         clsfactory.c \
14         converter.c \
15         fliprotate.c \
16         gifformat.c \
17         icoformat.c \
18         imgfactory.c \
19         info.c \
20         jpegformat.c \
21         main.c \
22         palette.c \
23         pngformat.c \
24         propertybag.c \
25         regsvr.c \
26         stream.c \
27         tiffformat.c \
28         ungif.c
29
30 RC_SRCS = version.rc
31
32 @MAKE_DLL_RULES@