*** empty log message ***

This commit is contained in:
Antonio Linares
1999-09-08 06:30:33 +00:00
parent 082c4a9905
commit 8edcecf2f4
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
19990908-08:09 GMT+1 Antonio Linares <alinares@fivetech.com>
* rdd.b32
* Fixed missing '\' on the C output file path.
19990908-01:33 EDT Paul Tucker <ptucker@sympatico.ca>
* 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

View File

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