See changelog 2001-08-04 18:35 gmt -3

This commit is contained in:
Luiz Rafael Culik
2001-08-04 21:33:35 +00:00
parent 4b444c4812
commit d9664055be
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-08-04 18:40 GMT -3 Luiz Rafael Culik<culik@sl.conex.net>
*utils/hbmake/hbmake.prg
* Small fix to the library edit mode of hbmake
2001-08-04 13:50 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.l
* source/compiler/harbour.slx

View File

@@ -1877,7 +1877,7 @@ else
For x := 1 To Len( aobjs )
If x <> Len( aobjs )
Fwrite( nLinkHandle, alltrim(aobjs[ x ]) )
Fwrite( nLinkHandle, ' '+ alltrim(aobjs[ x ]) )
Else
Fwrite( nLinkHandle," " + alltrim(aobjs[ x ]) +" $(OB) "+ CRLF )
Endif