mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 07:51:58 +02:00
* 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:
parent
ff31761d62
commit
7d8aa405b1
@ -2251,7 +2251,7 @@ end;
|
||||
nwcopyright := '';
|
||||
UseDeffileForExports:=false;
|
||||
UseDeffileForExportsSetExplicitly:=false;
|
||||
GenerateImportSection:=false;
|
||||
GenerateImportSection:=true;
|
||||
RelocSection:=false;
|
||||
RelocSectionSetExplicitly:=false;
|
||||
LinkTypeSetExplicitly:=false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user