include: Assorted spelling fixes.
[wine] / dlls / windowscodecs / Makefile.in
1 MODULE    = windowscodecs.dll
2 IMPORTLIB = windowscodecs
3 IMPORTS   = uuid ole32 oleaut32 shlwapi advapi32 rpcrt4
4 EXTRAINCL = @PNGINCL@
5 EXTRADEFS = -DENTRY_PREFIX=WIC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
6 EXTRALIBS = @APPLICATIONSERVICESLIB@
7
8 C_SRCS = \
9         bitmap.c \
10         bmpdecode.c \
11         bmpencode.c \
12         clsfactory.c \
13         colorcontext.c \
14         converter.c \
15         fliprotate.c \
16         gifformat.c \
17         icnsformat.c \
18         icoformat.c \
19         imgfactory.c \
20         info.c \
21         jpegformat.c \
22         main.c \
23         metadatahandler.c \
24         palette.c \
25         pngformat.c \
26         propertybag.c \
27         proxy.c \
28         regsvr.c \
29         scaler.c \
30         stream.c \
31         tgaformat.c \
32         tiffformat.c \
33         ungif.c
34
35 RC_SRCS = version.rc
36
37 IDL_P_SRCS = windowscodecs_wincodec.idl
38 IDL_R_SRCS = windowscodecs_wincodec.idl
39
40 EXTRA_OBJS = dlldata.o
41
42 @MAKE_DLL_RULES@