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