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
9 C_SRCS = \
10 bmpdecode.c \
11 clsfactory.c \
12 imgfactory.c \
13 info.c \
14 main.c \
15 palette.c \
16 regsvr.c
17
18 @MAKE_DLL_RULES@
19
20 @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.