hidclass.sys: Use IoRegisterDeviceInterface.
[wine.git] / programs / winedbg / Makefile.in
blob194a30c0fcb46ff7970bdb8a6d6f906c2a0f4c0d
1 MODULE = winedbg.exe
2 APPMODE = -mconsole
3 IMPORTS = dbghelp advapi32
4 DELAYIMPORTS = comdlg32 shell32 comctl32 user32 gdi32
5 EXTRALIBS = $(POLL_LIBS)
7 C_SRCS = \
8 be_arm.c \
9 be_arm64.c \
10 be_i386.c \
11 be_ppc.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
31 RC_SRCS = winedbg.rc
33 LEX_SRCS = debug.l
34 BISON_SRCS = dbg.y
36 MANPAGES = winedbg.man.in
38 INSTALL_LIB = winedbg.exe $(wine64_disable)winedbg