projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Add a standard header for all makefiles to replace the common variable...
[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_i386.c \
10
cpu_ppc.c \
11
cpu_sparc.c \
12
cpu_x86_64.c \
13
crc32.c \
14
dbghelp.c \
15
dwarf.c \
16
elf_module.c \
17
image.c \
18
macho_module.c \
19
minidump.c \
20
module.c \
21
msc.c \
22
path.c \
23
pe_module.c \
24
source.c \
25
stabs.c \
26
stack.c \
27
storage.c \
28
symbol.c \
29
type.c
30
31
RC_SRCS = version.rc
32
33
@MAKE_DLL_RULES@