mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:20:23 +02:00
Add command line in verbose mode
This commit is contained in:
parent
f4a413fabd
commit
3bee7636dd
@ -427,6 +427,8 @@ 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;
|
||||||
|
if verbose then
|
||||||
|
writeln('Starting ',ADosBoxBinaryPath+' -conf dosbox.conf');
|
||||||
DosBoxProcess.Execute;
|
DosBoxProcess.Execute;
|
||||||
repeat
|
repeat
|
||||||
Inc(Time);
|
Inc(Time);
|
||||||
|
Loading…
Reference in New Issue
Block a user