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
wined3d: Add a registry key to disable rendering swapchains onscreen.
[wine.git]
/
dlls
/
dbghelp
/
Makefile.in
blob
7c4f73ad980910fcc170374db4ff8b5137735483
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@