projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdi32: Clip solid pen regions to the DIB rectangle to avoid overflows.
[wine]
/
programs
/
winedbg
/
Makefile.in
1
MODULE = winedbg.exe
2
APPMODE = -mconsole
3
IMPORTS = psapi dbghelp advapi32
4
DELAYIMPORTS = comdlg32 shell32 comctl32 user32 gdi32
5
EXTRALIBS = @LIBPOLL@
6
7
C_SRCS = \
8
be_arm.c \
9
be_i386.c \
10
be_ppc.c \
11
be_sparc.c \
12
be_x86_64.c \
13
break.c \
14
crashdlg.c \
15
db_disasm.c \
16
db_disasm64.c \
17
display.c \
18
expr.c \
19
gdbproxy.c \
20
info.c \
21
memory.c \
22
source.c \
23
stack.c \
24
symbol.c \
25
tgt_active.c \
26
tgt_minidump.c \
27
tgt_module.c \
28
types.c \
29
winedbg.c
30
31
RC_SRCS = winedbg.rc
32
PO_SRCS = winedbg.rc
33
34
LEX_SRCS = debug.l
35
BISON_SRCS = dbg.y
36
37
MANPAGE = winedbg.man
38
39
@MAKE_PROG_RULES@