Переглянути джерело

Merged revisions 7490 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r7490 | peter | 2007-05-27 17:27:08 +0200 (Sun, 27 May 2007) | 2 lines

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

........

git-svn-id: branches/fixes_2_2@7507 -

peter 18 роки тому
батько
коміт
7f8ff902aa
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;