Преглед изворни кода

* disable internal linker

git-svn-id: trunk@4301 -
peter пре 19 година
родитељ
комит
1a596dfc7b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/systems/t_go32v2.pas

+ 1 - 1
compiler/systems/t_go32v2.pas

@@ -379,6 +379,6 @@ end;
 
 initialization
   RegisterExternalLinker(system_i386_go32v2_info,TExternalLinkerGo32v2);
-  RegisterInternalLinker(system_i386_go32v2_info,TInternalLinkerGo32v2);
+//  RegisterInternalLinker(system_i386_go32v2_info,TInternalLinkerGo32v2);
   RegisterTarget(system_i386_go32v2_info);
 end.