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@
9
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 ungif.c
27
28 RC_SRCS = version.rc
29
30 @MAKE_DLL_RULES@
31
32 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.