From 36820dbe623ab1bd7b76d4d643d90b3026f6de94 Mon Sep 17 00:00:00 2001 From: April White Date: Sat, 10 Jun 2000 18:10:50 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 5 +++++ harbour/source/rtl/Makefile | 1 + 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 57a00fbc6f..bb43add90b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2000-06-10 17:06 UTC-0500 April White + + * source/rtl/makefile + + added tobject.prg to PRG_SOURCES section + 2000-06-10 -05:50 GMT -3 Luiz Rafael Culik * doc/en/rddord.txt *Small changes diff --git a/harbour/source/rtl/Makefile b/harbour/source/rtl/Makefile index 09413016a2..ccf94c3663 100644 --- a/harbour/source/rtl/Makefile +++ b/harbour/source/rtl/Makefile @@ -142,6 +142,7 @@ PRG_SOURCES=\ tgetlist.prg \ tlabel.prg \ tmenuitm.prg \ + tobject.prg \ tpopup.prg \ treport.prg \ ttextlin.prg \