mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 06:10:16 +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');
|
DosBoxProcess.Parameters.Add(ADosBoxDir + 'dosbox.conf');
|
||||||
if hide_execution then
|
if hide_execution then
|
||||||
DosBoxProcess.ShowWindow := swoHIDE;
|
DosBoxProcess.ShowWindow := swoHIDE;
|
||||||
DosBoxProcess.Execute;
|
if verbose then
|
||||||
|
writeln('Starting ',ADosBoxBinaryPath+' -conf dosbox.conf');
|
||||||
|
DosBoxProcess.Execute;
|
||||||
repeat
|
repeat
|
||||||
Inc(Time);
|
Inc(Time);
|
||||||
if (Time > 10*dosbox_timeout) and do_exit then
|
if (Time > 10*dosbox_timeout) and do_exit then
|
||||||
|
Loading…
Reference in New Issue
Block a user