Files
harbour-core/harbour/source/debug/Makefile
Przemyslaw Czerpak d16d2b1e34 2008-10-17 00:07 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* 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.
2008-10-16 22:08:10 +00:00

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