Selaa lähdekoodia

* fixed writing sdcc-sdldz80 library files to the linker script

git-svn-id: branches/z80@45077 -
nickysn 5 vuotta sitten
vanhempi
commit
f6ab9729fb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      compiler/systems/t_zxspectrum.pas

+ 1 - 1
compiler/systems/t_zxspectrum.pas

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