* 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
25 lines
299 B
Makefile
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
|