ChangeLog

This commit is contained in:
Andi Jahja
1999-05-28 15:03:46 +00:00
parent d2d5fc4120
commit 938a27c105
2 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,22 @@
19990528-21:00 WIB Andi Jahja <andij@aonlippo.co.id>
* makefile.b32
modified to include hb_f.c in harbour.lib
+ source/tools/hb_f.c
nanforum ft_f*() clones
- hb_fuse
- hb_frecno
- hb_flastrec
- hb_fgotop
- hb_fgobottom
- hb_fgoto
- hb_feof
- hb_freadln
- hb_fskip
+ tests/working/testhbf.prg
- Test program for hb_f*() routines
19990527-22:06 EST Les Griffith
* changed iotest.prg to work without and exit clause

View File

@@ -15,7 +15,7 @@ PROJECT: harbour.exe harbour.lib libs\b32\terminal.lib libs\win32\terminal.lib
harbour.lib : arrays.obj asort.obj classes.obj codebloc.obj dates.obj datesx.obj \
debug.obj dynsym.obj environ.obj error.obj \
errorapi.obj errorsys.obj extend.obj files.obj \
initsymb.obj itemapi.obj \
initsymb.obj itemapi.obj hb_f.obj\
math.obj mathx.obj objfunc.obj set.obj symbols.obj strings.obj \
stringp.obj \
stringsx.obj strcmp.obj tclass.obj transfrm.obj
@@ -62,6 +62,7 @@ strings.obj : strings.c extend.h types.h
stringsx.obj : stringsx.c extend.h types.h
tclass.obj : tclass.c extend.h types.h
transfrm.obj : transfrm.c extend.h types.h
hb_f.obj : hb_f.c extend.h types.h
asort.c : asort.prg harbour.exe
error.c : error.prg harbour.exe
@@ -82,7 +83,7 @@ tclass.c : tclass.prg harbour.exe
tlib .\libs\b32\harbour.lib -+$@,,
harbour.exe : y_tab.c lexyy.c genobj32.obj harbour.obj compiler.h
echo -O2 > bld.b32
echo -O2 > bld.32
echo -ebin\harbour.exe >> bld.32
echo -Iinclude;source\compiler >> bld.32
echo source\compiler\y_tab.c >> bld.32