From f079e47da58f1a1d83d2d38eb935699ee682ed5a Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Tue, 22 Oct 2002 13:26:01 +0000 Subject: [PATCH] 2002-10-22 09:00 UTC-0500 Paul Tucker --- harbour/ChangeLog | 4 ++++ harbour/makefile.vc | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e0774a12f1..c2f8ba92ac 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-10-22 09:00 UTC-0500 Paul Tucker + * makefile.vc + + source/debug/dbghelp.prg + 2002-10-21 05:11 UTC+0100 Antonio Linares * source/rtl/achoice.prg ! minor fix diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 09c90e18f6..4d2cf66f0d 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -597,6 +597,7 @@ DEBUG_LIB_OBJS = \ $(OBJ_DIR)\debugger.obj \ $(OBJ_DIR)\dbgtarr.obj \ $(OBJ_DIR)\dbgtobj.obj \ + $(OBJ_DIR)\dbghelp.obj \ $(OBJ_DIR)\tbrwtext.obj \ $(OBJ_DIR)\dbgwa.obj