wine-wine/dlls/dbghelp/Makefile.in

35 lines
552 B
Makefile
Raw Normal View History

2004-04-05 22:21:27 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dbghelp.dll
IMPORTLIB = dbghelp
2009-03-09 12:26:57 +00:00
EXTRADEFS = -D_IMAGEHLP_SOURCE_
2004-04-05 22:21:27 +00:00
IMPORTS = psapi kernel32 ntdll
DELAYIMPORTS = version
2004-04-05 22:21:27 +00:00
C_SRCS = \
coff.c \
crc32.c \
2004-04-05 22:21:27 +00:00
dbghelp.c \
dwarf.c \
2004-04-05 22:21:27 +00:00
elf_module.c \
image.c \
macho_module.c \
2004-04-05 22:21:27 +00:00
memory.c \
minidump.c \
module.c \
msc.c \
path.c \
pe_module.c \
source.c \
stabs.c \
stack.c \
storage.c \
symbol.c \
type.c
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend