|
@@ -383,8 +383,8 @@ begin
|
|
{ objects which must be at the end }
|
|
{ objects which must be at the end }
|
|
if linklibc then
|
|
if linklibc then
|
|
begin
|
|
begin
|
|
- Fl1:=librarysearchpath.FindFile('crtend.o',s1)
|
|
|
|
- Fl2:=librarysearchpath.FindFile('crtn.o',s2)
|
|
|
|
|
|
+ Fl1:=librarysearchpath.FindFile('crtend.o',s1);
|
|
|
|
+ Fl2:=librarysearchpath.FindFile('crtn.o',s2);
|
|
if Fl1 or Fl2 then
|
|
if Fl1 or Fl2 then
|
|
begin
|
|
begin
|
|
LinkRes.Add('INPUT(');
|
|
LinkRes.Add('INPUT(');
|
|
@@ -712,7 +712,10 @@ initialization
|
|
end.
|
|
end.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.23 2002-07-24 13:10:22 marco
|
|
|
|
|
|
+ Revision 1.24 2002-07-24 13:51:34 marco
|
|
|
|
+ * Fixed small error
|
|
|
|
+
|
|
|
|
+ Revision 1.23 2002/07/24 13:10:22 marco
|
|
* urgent fix.
|
|
* urgent fix.
|
|
|
|
|
|
Revision 1.22 2002/07/01 18:46:34 peter
|
|
Revision 1.22 2002/07/01 18:46:34 peter
|