mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 09:29:26 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() version, using an entry in [dos] section of dosbox.conf cinfig file. copy_con_to_file=/path/to/file/that/will/get/the/copy + (EchoOutput procedure) Write to ouput the content of this file so that it ends up into XXXX.elg file when checking test file XXXX. * Add use_temp_dir boolean variable, set to true by default, can be set to false by setting DOSBOX_NO_TEMPDIR env. variable. + Add hide_execution boolean variable (might only work on Windows), which sets SWOHide to Process.ShowWindow property if true. hide_execution defaults to true, but can be set to true by setting DOSBOX_NO_HIDE to set to false. + Add do_exit boolean variable (defaulting to true), which adds 'exit' as last line into autoexec section in dosbox.conf. Use DOSBOX_NO_EXIT to avoid automatic closing of DosBox at the end of test execution (can bbe useful for debugging purposes). git-svn-id: trunk@32623 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |