repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iphlpapi: Remove unnecessary memcpy from build_udp6_table.
[wine.git]
/
dlls
/
dbghelp
/
Makefile.in
blob
39d3bfc864195961b5db02c5d47a620b44cc0c99
1
MODULE
=
dbghelp.dll
2
IMPORTLIB
=
dbghelp
3
EXTRADEFS
= -
D_IMAGEHLP_SOURCE_
4
DELAYIMPORTS
=
version
5
EXTRAINCL
= $(
Z_CFLAGS
)
6
EXTRALIBS
= $(
Z_LIBS
) $(
CORESERVICES_LIBS
) $(
COREFOUNDATION_LIBS
)
7
8
C_SRCS
=
\
9
coff.c \
10
cpu_arm.c \
11
cpu_arm64.c \
12
cpu_i386.c \
13
cpu_ppc.c \
14
cpu_x86_64.c \
15
dbghelp.c \
16
dwarf.c \
17
elf_module.c \
18
image.c \
19
macho_module.c \
20
minidump.c \
21
module.c \
22
msc.c \
23
path.c \
24
pe_module.c \
25
source.c \
26
stabs.c \
27
stack.c \
28
storage.c \
29
symbol.c \
30
type.c
31
32
RC_SRCS
=
version.rc