projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dbghelp: Hacked a StackWalk implementation for x86_64.
[wine]
/
dlls
/
dbghelp
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dbghelp.dll
6
IMPORTLIB = dbghelp
7
EXTRADEFS = -D_IMAGEHLP_SOURCE_
8
IMPORTS = psapi kernel32 ntdll
9
DELAYIMPORTS = version
10
11
C_SRCS = \
12
coff.c \
13
cpu_i386.c \
14
cpu_x86_64.c \
15
crc32.c \
16
dbghelp.c \
17
dwarf.c \
18
elf_module.c \
19
image.c \
20
macho_module.c \
21
minidump.c \
22
module.c \
23
msc.c \
24
path.c \
25
pe_module.c \
26
source.c \
27
stabs.c \
28
stack.c \
29
storage.c \
30
symbol.c \
31
type.c
32
33
RC_SRCS = version.rc
34
35
@MAKE_DLL_RULES@
36
37
@DEPENDENCIES@ # everything below this line is overwritten by make depend