See changelog 2001-08-04 18:35 gmt -3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user