diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 295fc01635..8e83fce550 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + * harbour/source/rtl/gtwin/gtwin.c + ! fixed Init() code by adding missing SUPER_INIT() + * modified a little bit PreExt() and PostExt() methods + 2006-02-08 20:23 UTC+0100 Antonio Linares * makefile.nt * makefile64.nt diff --git a/harbour/common.mak b/harbour/common.mak index 0793657ea4..2f536ee026 100644 --- a/harbour/common.mak +++ b/harbour/common.mak @@ -744,7 +744,6 @@ HARBOUR_EXE_OBJS = \ $(OBJ_DIR)\hbgenerr.obj \ $(OBJ_DIR)\hblbl.obj \ $(OBJ_DIR)\hbpcode.obj \ - $(OBJ_DIR)\hbstrong.obj \ $(OBJ_DIR)\hbfunchk.obj \ $(OBJ_DIR)\hbfix.obj \ $(OBJ_DIR)\ppcomp.obj \