Ver Fonte

* 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 há 19 anos atrás
pai
commit
7d8aa405b1
1 ficheiros alterados com 1 adições e 1 exclusões
  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;