* harbour/common.mak
* harbour/source/debug/Makefile
+ harbour/source/debug/dbgtinp.prg
+ added HbDbInput class for simple user input (GET)
* harbour/source/debug/debugger.prg
! changed __dbgInput() to use HbDbInput() class instead of ACCEPT
It fixes all bad visual end edit bad effects caused by ACCEPT.
TODO: replace all GET references in debugger code with HbDbInput class.
28 lines
319 B
Makefile
28 lines
319 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
dbgentry.c \
|
|
|
|
PRG_SOURCES=\
|
|
dbgmenu.prg \
|
|
dbghelp.prg \
|
|
dbgtinp.prg \
|
|
dbgtmenu.prg \
|
|
dbgtmitm.prg \
|
|
dbgtwin.prg \
|
|
debugger.prg \
|
|
dbgtarr.prg \
|
|
dbgthsh.prg \
|
|
dbgtobj.prg \
|
|
tbrwtext.prg \
|
|
dbgwa.prg \
|
|
dbgbrwsr.prg \
|
|
|
|
LIBNAME=hbdebug
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|