projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Add texreg2rgb support to arb shaders.
[wine]
/
dlls
/
dbghelp
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dbghelp.dll
6
IMPORTLIB = libdbghelp.$(IMPLIBEXT)
7
IMPORTS = psapi kernel32 ntdll
8
9
C_SRCS = \
10
coff.c \
11
dbghelp.c \
12
dwarf.c \
13
elf_module.c \
14
image.c \
15
memory.c \
16
minidump.c \
17
module.c \
18
msc.c \
19
path.c \
20
pe_module.c \
21
source.c \
22
stabs.c \
23
stack.c \
24
storage.c \
25
symbol.c \
26
type.c
27
28
@MAKE_DLL_RULES@
29
30
@DEPENDENCIES@ # everything below this line is overwritten by make depend