1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

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 \
editline.c \
expr.c \
external.c \
hash.c \
info.c \
memory.c \

View File

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