makefiles: Output rules for building generated .rc files.
[wine.git] / dlls / windowscodecs / Makefile.in
blob3505e804ca7141648a81a0d0b0c1bf6a2bb2875c
1 MODULE = windowscodecs.dll
2 IMPORTLIB = windowscodecs
3 IMPORTS = uuid ole32 oleaut32 propsys rpcrt4 shlwapi user32 gdi32 advapi32
4 EXTRAINCL = $(JPEG_CFLAGS) $(PNG_CFLAGS) $(TIFF_CFLAGS)
5 EXTRALIBS = $(APPLICATIONSERVICES_LIBS)
7 C_SRCS = \
8 bitmap.c \
9 bmpdecode.c \
10 bmpencode.c \
11 clipper.c \
12 clsfactory.c \
13 colorcontext.c \
14 colortransform.c \
15 converter.c \
16 fliprotate.c \
17 gifformat.c \
18 icnsformat.c \
19 icoformat.c \
20 imgfactory.c \
21 info.c \
22 jpegformat.c \
23 main.c \
24 metadatahandler.c \
25 metadataquery.c \
26 palette.c \
27 pngformat.c \
28 propertybag.c \
29 proxy.c \
30 regsvr.c \
31 scaler.c \
32 stream.c \
33 tgaformat.c \
34 tiffformat.c \
35 ungif.c
37 RC_SRCS = version.rc
39 IDL_SRCS = windowscodecs_wincodec.idl
41 dlldata_EXTRADEFS = -DENTRY_PREFIX=WIC_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL