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
msvcrt: Remove MSVCRT_ prefix from exit.c functions.
[wine.git]
/
programs
/
winedbg
/
Makefile.in
blob
ca60d56628856edfcb5698b9afacc9bac8dd5207
1
MODULE
=
winedbg.exe
2
APPMODE
= -
mconsole
3
IMPORTS
=
dbghelp advapi32
4
DELAYIMPORTS
=
comdlg32 shell32 comctl32 user32 gdi32
5
EXTRALIBS
= $(
POLL_LIBS
)
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