Files
harbour-core/harbour/source/debug/Makefile
Lorenzo Fiorini 40de465432 2007-04-13 11:50 UTC+0200 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com)
* harbour/common.mak
    ! updated for new files
  * harbour/source/debug/Makefile
  * harbour/source/debug/dbgbrwsr.prg
  * harbour/source/debug/dbghelp.prg
  * harbour/source/debug/dbgmenu.prg
  * harbour/source/debug/dbgtarr.prg
  * harbour/source/debug/dbgtmenu.prg
  * harbour/source/debug/dbgtmitm.prg
  * harbour/source/debug/dbgtobj.prg
  * harbour/source/debug/dbgtwin.prg
  * harbour/source/debug/dbgwa.prg
  * harbour/source/debug/debugger.prg
  + harbour/source/debug/dbgaltd.prg
  + harbour/source/debug/dbgthsh.prg
    * debugger code borrowed from xHarbour
  + harbour/include/hbcompat.ch
    * xHarbour compatibility defines
2007-04-13 09:50:39 +00:00

25 lines
299 B
Makefile

#
# $Id$
#
ROOT = ../../
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