wine/dlls/dbghelp/Makefile.in
Eric Pouech a64d157928 dbghelp: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-09 18:37:32 +01:00

32 lines
455 B
Makefile

MODULE = dbghelp.dll
IMPORTLIB = dbghelp
IMPORTS = $(ZLIB_PE_LIBS)
EXTRAINCL = $(ZLIB_PE_CFLAGS)
EXTRADEFS = -D_IMAGEHLP_SOURCE_
DELAYIMPORTS = version
C_SRCS = \
coff.c \
cpu_arm.c \
cpu_arm64.c \
cpu_i386.c \
cpu_x86_64.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