wineoss: Fix missing break statement.
[wine.git] / programs / winedbg / Makefile.in
blob4e6d90df7286c95256dc954cc3fdab110a079475
1 MODULE = winedbg.exe
2 IMPORTS = dbghelp advapi32
3 DELAYIMPORTS = comdlg32 shell32 comctl32 user32 gdi32 ws2_32
5 EXTRADLLFLAGS = -mconsole
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
30 RC_SRCS = winedbg.rc
32 LEX_SRCS = debug.l
33 BISON_SRCS = dbg.y
35 MANPAGES = winedbg.man.in