24 lines
425 B
Makefile
24 lines
425 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = windowscodecs.dll
|
|
IMPORTLIB = windowscodecs
|
|
IMPORTS = uuid ole32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
bmpdecode.c \
|
|
bmpencode.c \
|
|
clsfactory.c \
|
|
converter.c \
|
|
imgfactory.c \
|
|
info.c \
|
|
main.c \
|
|
palette.c \
|
|
propertybag.c \
|
|
regsvr.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|