From bedca6bf5476fb794c974bad7e2e20b3d1fc5aa2 Mon Sep 17 00:00:00 2001 From: Tomaz Zupan Date: Mon, 6 May 2002 19:48:55 +0000 Subject: [PATCH] 2002-05-06 21:40 UTC+0100 Tomaz Zupan --- harbour/ChangeLog | 8 ++++++++ harbour/contrib/hgf/gtk/Makefile | 1 + harbour/{source/vm => contrib/hgf/gtk}/mainlgtk.c | 0 3 files changed, 9 insertions(+) rename harbour/{source/vm => contrib/hgf/gtk}/mainlgtk.c (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d27da517ec..a68ab49e29 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,14 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * source/rdd/dbfntx/dbfntx1.c + * OrdKeyAdd(), OrdKeyDel() support for dbfntx added. + Now dbfntx supports custom indexes. + +2002-05-06 21:40 UTC+0100 Tomaz Zupan + -source/vm/mainlgtk.c + +contrib/hgf/gtk/mainlgtk.c + *contrib/hgf/gtk/Makefile Moved mainlgtk.c from source/vm to contrib/hgf/gtk and updated Makefile to include it in library. diff --git a/harbour/contrib/hgf/gtk/Makefile b/harbour/contrib/hgf/gtk/Makefile index 2b50baaf48..d326f8edb7 100644 --- a/harbour/contrib/hgf/gtk/Makefile +++ b/harbour/contrib/hgf/gtk/Makefile @@ -11,6 +11,7 @@ C_SOURCES=\ creabutt.c \ dispatch.c \ msginfo.c \ + mainlgtk.c \ PRG_SOURCES=\ form.prg \ diff --git a/harbour/source/vm/mainlgtk.c b/harbour/contrib/hgf/gtk/mainlgtk.c similarity index 100% rename from harbour/source/vm/mainlgtk.c rename to harbour/contrib/hgf/gtk/mainlgtk.c