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
widl: Add support for structures.
[wine.git]
/
tools
/
winedump
/
Makefile.in
blob
272520005d69b008d08c56e3f87dc5b75189b839
1
PROGRAMS
=
winedump
2
SCRIPTS
=
function_grep.pl
3
4
SOURCES
=
\
5
debug.c \
6
dos.c \
7
dump.c \
8
emf.c \
9
emfspool.c \
10
font.c \
11
le.c \
12
lib.c \
13
lnk.c \
14
main.c \
15
mf.c \
16
minidump.c \
17
misc.c \
18
msc.c \
19
msmangle.c \
20
ne.c \
21
nls.c \
22
output.c \
23
pdb.c \
24
pe.c \
25
reg.c \
26
search.c \
27
symbol.c \
28
tlb.c \
29
winedump.man.in
30
31
INSTALL_DEV
= $(
PROGRAMS
) $(
SCRIPTS
)