ChangeLog and makefile.b32 changed to include __copifile()

This commit is contained in:
Andi Jahja
1999-06-23 16:39:20 +00:00
parent 3d0c1b473c
commit 962ce2fc99
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
19990623-22:30 WIB Andi Jahja <andij@aonlippo.co.id>
+ tests/working/testcopy.prg
+ source/rtl/copyfile.c
- __CopyFile() clone
* makefile.b32 to include __copyfile()
19990623-19:30 WIB Andi Jahja<andij@aonlippo.co.id>
+ tests/working/rtfclass.prg

View File

@@ -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