Browse Source

* don't generate import data section anymore by default

git-svn-id: trunk@3117 -
peter 19 years ago
parent
commit
a609d76920
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

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