From 8f928724b527c00db7d4e41623537ee64485c0bd Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Sat, 25 Nov 2006 06:51:19 +0000 Subject: [PATCH] 2006-11-25 09:50 UTC+0300 Alexander Kresin --- harbour/ChangeLog | 4 ++++ harbour/common.mak | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 \