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

* GenerateImportSection is true by default as before. Import libs issue need to be fixed before setting this option to false by default.

git-svn-id: trunk@3203 -
yury пре 19 година
родитељ
комит
7d8aa405b1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -2251,7 +2251,7 @@ end;
         nwcopyright  := '';
         UseDeffileForExports:=false;
         UseDeffileForExportsSetExplicitly:=false;
-        GenerateImportSection:=false;
+        GenerateImportSection:=true;
         RelocSection:=false;
         RelocSectionSetExplicitly:=false;
         LinkTypeSetExplicitly:=false;