2
0
Эх сурвалжийг харах

* use linkunitofiles instead of linkotherofiles to prevent path from being stored in ppu

git-svn-id: trunk@7490 -
peter 18 жил өмнө
parent
commit
a58797f989
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      compiler/comprsrc.pas

+ 1 - 1
compiler/comprsrc.pas

@@ -128,7 +128,7 @@ begin
   if cs_link_nolink in current_settings.globalswitches then
     AsmRes.AddLinkCommand(resbin,s,'');
   if ObjUsed then
-    current_module.linkotherofiles.add(resobj,link_always);
+    current_module.linkunitofiles.add(resobj,link_always);
 end;