From 962ce2fc99481ae71876ad3754a2ead83e5cf597 Mon Sep 17 00:00:00 2001 From: Andi Jahja Date: Wed, 23 Jun 1999 16:39:20 +0000 Subject: [PATCH] ChangeLog and makefile.b32 changed to include __copifile() --- harbour/ChangeLog | 6 ++++++ harbour/makefile.b32 | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c8781335ca..1f77d87d69 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +19990623-22:30 WIB Andi Jahja + + tests/working/testcopy.prg + + source/rtl/copyfile.c + - __CopyFile() clone + * makefile.b32 to include __copyfile() + 19990623-19:30 WIB Andi Jahja + tests/working/rtfclass.prg diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index c7796458a7..b6f8dc2f4b 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -19,10 +19,11 @@ harbour.lib : arrays.obj asort.obj classes.obj codebloc.obj \ hardcr.obj hb_f.obj initsymb.obj itemapi.obj \ math.obj mathx.obj msguk.obj mtran.obj objfunc.obj set.obj \ symbols.obj strings.obj stringp.obj \ - stringsx.obj strcmp.obj tclass.obj transfrm.obj + stringsx.obj strcmp.obj tclass.obj transfrm.obj copyfile.obj symbols.obj : symbols.asm +copyfile.obj : copyfile.c extend.h types.h arrays.obj : arrays.c extend.h types.h asort.obj : asort.c extend.h types.h classes.obj : classes.c extend.h types.h