|
@@ -143,7 +143,7 @@ function TLinkerZXSpectrum_SdccSdld.WriteResponseFile: Boolean;
|
|
while not StaticLibFiles.Empty do
|
|
while not StaticLibFiles.Empty do
|
|
begin
|
|
begin
|
|
S:=StaticLibFiles.GetFirst;
|
|
S:=StaticLibFiles.GetFirst;
|
|
- LinkRes.AddFileName((maybequoted(s)));
|
|
|
|
|
|
+ LinkRes.Add('-l'+maybequoted(s));
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
|
|
|