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
crypt32: Remove unused variable in test_CryptBinaryToString().
[wine.git]
/
tools
/
winedump
/
Makefile.in
blob
43e200ab6ed2fd481c9a9a6bc321b6a498c4067d
1
PROGRAMS
=
winedump
2
MANPAGES
=
winedump.man.in
3
SCRIPTS
=
function_grep.pl
4
5
C_SRCS
=
\
6
debug.c \
7
dos.c \
8
dump.c \
9
emf.c \
10
font.c \
11
le.c \
12
lib.c \
13
lnk.c \
14
main.c \
15
minidump.c \
16
misc.c \
17
msc.c \
18
msmangle.c \
19
ne.c \
20
nls.c \
21
output.c \
22
pdb.c \
23
pe.c \
24
search.c \
25
symbol.c \
26
tlb.c
27
28
INSTALL_DEV
= $(
PROGRAMS
) $(
SCRIPTS
)