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
comdlg32/tests: Avoid "misleading indentation" warnings.
[wine.git]
/
programs
/
winedbg
/
Makefile.in
blob
4e6d90df7286c95256dc954cc3fdab110a079475
1
MODULE
=
winedbg.exe
2
IMPORTS
=
dbghelp advapi32
3
DELAYIMPORTS
=
comdlg32 shell32 comctl32 user32 gdi32 ws2_32
4
5
EXTRADLLFLAGS
= -
mconsole
6
7
C_SRCS
=
\
8
be_arm.c \
9
be_arm64.c \
10
be_i386.c \
11
be_x86_64.c \
12
break.c \
13
crashdlg.c \
14
db_disasm.c \
15
db_disasm64.c \
16
display.c \
17
expr.c \
18
gdbproxy.c \
19
info
.c \
20
memory.c \
21
source.c \
22
stack.c \
23
symbol.c \
24
tgt_active.c \
25
tgt_minidump.c \
26
tgt_module.c \
27
types.c \
28
winedbg.c
29
30
RC_SRCS
=
winedbg.rc
31
32
LEX_SRCS
=
debug.l
33
BISON_SRCS
=
dbg.y
34
35
MANPAGES
=
winedbg.man.in