* 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 -
This commit is contained in:
yury 2006-04-14 06:47:38 +00:00
parent ff31761d62
commit 7d8aa405b1

View File

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