wine/programs/winedbg/Makefile.in
2024-10-15 23:14:39 +02:00

31 lines
505 B
Makefile

MODULE = winedbg.exe
IMPORTS = $(CAPSTONE_PE_LIBS) dbghelp advapi32
EXTRAINCL = $(CAPSTONE_PE_CFLAGS)
DELAYIMPORTS = comdlg32 shell32 comctl32 user32 gdi32 ws2_32
EXTRADLLFLAGS = -mconsole
SOURCES = \
be_arm.c \
be_arm64.c \
be_i386.c \
be_x86_64.c \
break.c \
crashdlg.c \
dbg.y \
debug.l \
display.c \
expr.c \
gdbproxy.c \
info.c \
memory.c \
source.c \
stack.c \
symbol.c \
tgt_active.c \
tgt_minidump.c \
tgt_module.c \
types.c \
winedbg.c \
winedbg.man.in \
winedbg.rc