Files
harbour-core/harbour/source/debug/Makefile
Przemyslaw Czerpak 942d57e0f1 2007-04-16 00:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* 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
2007-04-15 22:20:37 +00:00

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