diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fa56e4dde8..5bd5b40c09 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990908-08:09 GMT+1 Antonio Linares + * rdd.b32 + * Fixed missing '\' on the C output file path. + 19990908-01:33 EDT Paul Tucker * source/rtl/environ.c corrected to work with msvc. @@ -11,7 +15,7 @@ it also replaced the DOS code to detect Windows with Windows code to detect Windows. But Borland C 3.1 refuses to compile Windows code when creating DOS programs and I suspect that other DOS compilers do - the same. So I restored version 1.42 and then put the Windows code + the same. So I restored version 1.42 and then put the Windows code from version 1.43 back in the only place where it belongs. - I removed the "95/98" designation from the Windows detection in DOS mode, because that code should also be able to detect Windows 3.x. @@ -46,7 +50,7 @@ * WORDs changed to int to reflect the recent Item API changes. * include/itemapi.h source/rtl/itemapi.c - ! hb_itemParam(), hb_itemType() parameter type and retval changed to USHORT + ! hb_itemParam(), hb_itemType() parameter type and retval changed to USHORT from WORD, to be Clipper compatible. * hb_itemGetNLen(), hb_itemPutN?Len() WORD types changed to int. * include/extend.h diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index 94a87c7ba2..9760b5cf14 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -21,7 +21,7 @@ harbour.lib : achoice.obj adir.obj alert.obj arrays.obj asort.obj \ hardcr.obj hb_f.obj hvm.obj initsymb.obj inkey.obj itemapi.obj \ langapi.obj math.obj mathx.obj memvars.obj menuto.obj mtran.obj msges.obj \ objfunc.obj readvar.obj xsavescr.obj\ - set.obj setcolor.obj setkey.obj strings.obj symbols.obj stringp.obj \ + set.obj setcolor.obj setkey.obj strfmt.obj strings.obj symbols.obj stringp.obj \ stringsx.obj tbcolumn.obj tbrowse.obj tbrwtext.obj tclass.obj tget.obj tgetlist.obj tone.obj transfrm.obj symbols.obj : symbols.asm @@ -71,6 +71,7 @@ objfunc.obj : objfunc.c extend.h hbdefs.h set.obj : set.c extend.h hbdefs.h setcolor.obj : setcolor.c extend.h hbdefs.h init.h pcode.h setkey.obj : setkey.c extend.h hbdefs.h +strfmt.obj : strfmt.c extend.h hbdefs.h stringp.obj : stringp.c extend.h hbdefs.h strings.obj : strings.c extend.h hbdefs.h stringsx.obj : stringsx.c extend.h hbdefs.h @@ -111,7 +112,7 @@ xsavescr.c : xsavescr.prg harbour.exe tlib .\libs\b32\harbour.lib -+$@,, .prg.c: - bin\harbour $< /n /osource\rtl /iinclude + bin\harbour $< /n /osource\rtl\ /iinclude .c.obj: bcc32 -c -O2 -I.\include -o$@ -DHARBOUR_USE_GTAPI $<