mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 20:29:16 +02:00
Converter: Set Win32GraphicApp flag for GUI applications.
git-svn-id: trunk@31942 -
This commit is contained in:
parent
8568dbce1f
commit
9b6a97e013
@ -1258,6 +1258,7 @@ begin
|
||||
finally
|
||||
ConvTool.Free;
|
||||
end;
|
||||
CompOpts.Win32GraphicApp := not fIsConsoleApp;
|
||||
with fMainUnitConverter do begin
|
||||
fUsedUnitsTool.IsMainFile:=True;
|
||||
fUsedUnitsTool.IsConsoleApp:=fIsConsoleApp;
|
||||
|
Loading…
Reference in New Issue
Block a user