Browse Source

* 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 years ago
parent
commit
7d8aa405b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

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