projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
kernel32/tests: Make test_define_dos_deviceA() static.
[wine]
/
dlls
/
dbghelp
/
Makefile.in
1
MODULE = dbghelp.dll
2
IMPORTLIB = dbghelp
3
EXTRADEFS = -D_IMAGEHLP_SOURCE_
4
IMPORTS = psapi
5
DELAYIMPORTS = version
6
7
C_SRCS = \
8
coff.c \
9
cpu_arm.c \
10
cpu_i386.c \
11
cpu_ppc.c \
12
cpu_sparc.c \
13
cpu_x86_64.c \
14
crc32.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
33
34
@MAKE_DLL_RULES@