makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / windowscodecs / Makefile.in
1 MODULE    = windowscodecs.dll
2 IMPORTLIB = windowscodecs
3 IMPORTS   = uuid ole32 shlwapi advapi32
4 EXTRAINCL = @PNGINCL@
5
6 C_SRCS = \
7         bmpdecode.c \
8         bmpencode.c \
9         clsfactory.c \
10         converter.c \
11         fliprotate.c \
12         gifformat.c \
13         icnsformat.c \
14         icoformat.c \
15         imgfactory.c \
16         info.c \
17         jpegformat.c \
18         main.c \
19         palette.c \
20         pngformat.c \
21         propertybag.c \
22         regsvr.c \
23         stream.c \
24         tiffformat.c \
25         ungif.c
26
27 RC_SRCS = version.rc
28
29 @MAKE_DLL_RULES@