d3d9: Remove ERR() on HeapAlloc failure for small sizes known at compile time.
[wine.git] / programs / winedbg / Makefile.in
blobd38d5f011da854afb430aba01ad1d4e10f4200d9
1 MODULE = winedbg.exe
2 APPMODE = -mconsole
3 IMPORTS = psapi dbghelp advapi32
4 DELAYIMPORTS = comdlg32 shell32 comctl32 user32 gdi32
5 EXTRALIBS = @LIBPOLL@
7 C_SRCS = \
8 be_arm.c \
9 be_arm64.c \
10 be_i386.c \
11 be_ppc.c \
12 be_sparc.c \
13 be_x86_64.c \
14 break.c \
15 crashdlg.c \
16 db_disasm.c \
17 db_disasm64.c \
18 display.c \
19 expr.c \
20 gdbproxy.c \
21 info.c \
22 memory.c \
23 source.c \
24 stack.c \
25 symbol.c \
26 tgt_active.c \
27 tgt_minidump.c \
28 tgt_module.c \
29 types.c \
30 winedbg.c
32 RC_SRCS = winedbg.rc
33 PO_SRCS = winedbg.rc
35 LEX_SRCS = debug.l
36 BISON_SRCS = dbg.y
38 MANPAGE = winedbg.man
40 @MAKE_PROG_RULES@