33 lines
517 B
Makefile
33 lines
517 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = windowscodecs.dll
|
|
IMPORTLIB = windowscodecs
|
|
IMPORTS = uuid ole32 shlwapi advapi32 kernel32
|
|
EXTRAINCL = @PNGINCL@
|
|
|
|
C_SRCS = \
|
|
bmpdecode.c \
|
|
bmpencode.c \
|
|
clsfactory.c \
|
|
converter.c \
|
|
fliprotate.c \
|
|
gifformat.c \
|
|
icoformat.c \
|
|
imgfactory.c \
|
|
info.c \
|
|
jpegformat.c \
|
|
main.c \
|
|
palette.c \
|
|
pngformat.c \
|
|
propertybag.c \
|
|
regsvr.c \
|
|
stream.c \
|
|
tiffformat.c \
|
|
ungif.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|