mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 00:02:06 +02:00
* Fix bug ID #0036335: console pops up when getting compiler info
git-svn-id: trunk@43562 -
This commit is contained in:
parent
8ea92a8280
commit
a23ed797e6
@ -366,6 +366,7 @@ begin
|
||||
{$ELSE USE_SHELL}
|
||||
S:=TProcess.Create(Nil);
|
||||
S.Commandline:=ACompiler+' '+AOptions;
|
||||
S.ShowWindow:=swoHIDE;
|
||||
S.Options:=[poUsePipes];
|
||||
S.execute;
|
||||
Count:=s.output.read(buf,BufSize);
|
||||
|
Loading…
Reference in New Issue
Block a user