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
progman: Fix GROUP_AddGroup() declaration.
[wine.git]
/
dlls
/
dbghelp
/
Makefile.in
blob
86846cb2cde88a8996b310b1489f53df6d8ccc39
1
MODULE
=
dbghelp.dll
2
IMPORTLIB
=
dbghelp
3
EXTRADEFS
= -
D_IMAGEHLP_SOURCE_
4
IMPORTS
=
psapi
5
DELAYIMPORTS
=
version
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
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