From c0258ecfdcf0f613bc783b1515ea217203d89a54 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 5 Sep 2001 07:55:18 +0000 Subject: [PATCH] 2001-09-05 07:48 GMT Dave Pearson * source/rtl/Makefile * Added perfuncs.prg to PRG_SOURCES. --- harbour/ChangeLog | 7 +++++-- harbour/source/rtl/Makefile | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fa235b6043..7dde0ff854 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-09-05 07:53 GMT Dave Pearson + * source/rtl/Makefile + * Added perfuncs.prg to PRG_SOURCES. + 2001-09-05 09:00 GMT+1 Antonio Linares + harbour/include/hbpers.ch @@ -85,7 +89,7 @@ 2001-09-03 17:19 GMT Dave Pearson * source/rtl/Makefile - * Added persist.org to PRG_SOURCES. + * Added persist.prg to PRG_SOURCES. 2001-09-03 16:56 GMT Dave Pearson * source/rtl/isprint.c @@ -107,7 +111,6 @@ + harbour/source/rtl/persist.prg arrays support started ->>>>>>> 1.3405 2001-09-02 19:30 GMT+1 Antonio Linares + harbour/source/rtl/persist.prg Class TPersistent to implement objects persistence diff --git a/harbour/source/rtl/Makefile b/harbour/source/rtl/Makefile index fe8169cdc3..90cc57288b 100644 --- a/harbour/source/rtl/Makefile +++ b/harbour/source/rtl/Makefile @@ -136,6 +136,7 @@ PRG_SOURCES=\ memvarbl.prg \ menuto.prg \ objfunc.prg \ + perfuncs.prg \ persist.prg \ profiler.prg \ pushbtn.prg \