wine/dlls/dbghelp/Makefile.in
Maarten Lankhorst 1dc3ef5188 dbghelp: Add support for zlib compressed debug sections.
Patch created with the assistance of Eric Pouech who helped diagnose
the problem, wrote some parts of this patch and reviewed this patch.
2013-01-30 20:10:44 +01:00

37 lines
491 B
Makefile

MODULE = dbghelp.dll
IMPORTLIB = dbghelp
EXTRADEFS = -D_IMAGEHLP_SOURCE_
IMPORTS = psapi
DELAYIMPORTS = version
EXTRALIBS = @ZLIB@
C_SRCS = \
coff.c \
cpu_arm.c \
cpu_arm64.c \
cpu_i386.c \
cpu_ppc.c \
cpu_sparc.c \
cpu_x86_64.c \
crc32.c \
dbghelp.c \
dwarf.c \
elf_module.c \
image.c \
macho_module.c \
minidump.c \
module.c \
msc.c \
path.c \
pe_module.c \
source.c \
stabs.c \
stack.c \
storage.c \
symbol.c \
type.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@