mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:09:11 +02:00
* dosbox timeout increased to 100 seconds
git-svn-id: trunk@32834 -
This commit is contained in:
parent
026848b3e1
commit
77229a3cdf
@ -7,7 +7,7 @@ const
|
|||||||
use_temp_dir : boolean = true;
|
use_temp_dir : boolean = true;
|
||||||
hide_execution : boolean = true;
|
hide_execution : boolean = true;
|
||||||
do_exit : boolean =true;
|
do_exit : boolean =true;
|
||||||
dosbox_timeout : integer = 90; { 90 seconds by default }
|
dosbox_timeout : integer = 100; { default timeout in seconds }
|
||||||
var
|
var
|
||||||
OutputFileName : String;
|
OutputFileName : String;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user