* harbour/common.mak
* harbour/bin/pack_src.sh
* harbour/source/vm/Makefile
- harbour/source/vm/dbgentry.c
* harbour/source/debug/Makefile
+ harbour/source/debug/dbgentry.c
* moved dbgentry.c from HVM to DEBUG library
* harbour/source/rtl/hbgtcore.c
+ added basic version of GTI_{NEW,GET,SET}WIN
* harbour/include/hbapidbg.h
* harbour/source/vm/hvm.c
* harbour/source/debug/debugger.prg
* harbour/source/debug/dbgentry.c
+ added set of .prg level functions (HB_DBG_*()) to control
debugger internals
* eliminated HB_INLINE() calls
* use to switch between user and debugger screen
* cleaned debugger interface in HVM, removed unused variables
added one common debug function
28 lines
329 B
Makefile
28 lines
329 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
dbgentry.c \
|
|
|
|
PRG_SOURCES=\
|
|
dbgmenu.prg \
|
|
dbghelp.prg \
|
|
dbgtmenu.prg \
|
|
dbgtmitm.prg \
|
|
dbgtwin.prg \
|
|
debugger.prg \
|
|
dbgaltd.prg \
|
|
dbgtarr.prg \
|
|
dbgthsh.prg \
|
|
dbgtobj.prg \
|
|
tbrwtext.prg \
|
|
dbgwa.prg \
|
|
dbgbrwsr.prg \
|
|
|
|
LIBNAME=debug
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|