See changelog 2002-03-22 15:10 UTC -0300

This commit is contained in:
Luiz Rafael Culik
2002-03-22 18:09:39 +00:00
parent 5ef8f1d5a4
commit eef9e1ab83

View File

@@ -2007,7 +2007,7 @@ elseif lGcc
if at("linux",Getenv("HB_ARCHITECTURE"))>0 .or. cOs=="Linux" .or. at("linux",lower(os()))>0
Fwrite( nLinkHandle, "LINKER = ar -M "+CRLF)
else
Fwrite( nLinkHandle, "LINKER = $(BCB)\ar -M <"+CRLF)
Fwrite( nLinkHandle, "LINKER = $(BCB)\ar -M "+CRLF)
endif
Fwrite( nLinkHandle, " "+CRLF)
Fwrite( nLinkHandle, "ALLOBJ = $(OBJFILES) $(OBJCFILES) "+CRLF)