mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 22:19:32 +02:00
Add command line in verbose mode
This commit is contained in:
parent
f4a413fabd
commit
3bee7636dd
@ -427,7 +427,9 @@ begin
|
||||
DosBoxProcess.Parameters.Add(ADosBoxDir + 'dosbox.conf');
|
||||
if hide_execution then
|
||||
DosBoxProcess.ShowWindow := swoHIDE;
|
||||
DosBoxProcess.Execute;
|
||||
if verbose then
|
||||
writeln('Starting ',ADosBoxBinaryPath+' -conf dosbox.conf');
|
||||
DosBoxProcess.Execute;
|
||||
repeat
|
||||
Inc(Time);
|
||||
if (Time > 10*dosbox_timeout) and do_exit then
|
||||
|
Loading…
Reference in New Issue
Block a user