wshom.ocx: Implement IWshShortcut_put_TargetPath().
[wine/multimedia.git] / programs / winedbg / Makefile.in
blob92105c8d2b6b5db2cdfafa674e4c203b274b5366
1 MODULE = winedbg.exe
2 APPMODE = -mconsole
3 IMPORTS = psapi dbghelp advapi32
4 DELAYIMPORTS = shell32 comctl32 user32 gdi32
5 EXTRALIBS = @LIBPOLL@
6 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
8 C_SRCS = \
9 be_arm.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@