DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.

This commit is contained in:
James Juran 2000-05-26 01:14:55 +00:00 committed by Alexandre Julliard
parent 442f6b1df7
commit 2fc028977d
3 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,6 @@ C_SRCS = \
display.c \ display.c \
editline.c \ editline.c \
expr.c \ expr.c \
external.c \
hash.c \ hash.c \
info.c \ info.c \
memory.c \ memory.c \

View file

@ -13,6 +13,7 @@ C_SRCS = \
cpu.c \ cpu.c \
debugstr.c \ debugstr.c \
error.c \ error.c \
ext_debugger.c \
lstr.c \ lstr.c \
main.c \ main.c \
network.c \ network.c \