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