mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
CONFIGURE: Enable building with Windows text console output
Create a new flag --enable-windows-console to build with console output on MinGW. The default behavior will be to enable the console. The current plan is to continue to offer the users both options for release builds - ScummVM and ScummVM (noconsole). Whenever the text console is enabled, Windows console will be added by default. This is to prevent a situation where ScummVM will not load any visible debug console on hotkey or error.
This commit is contained in:
@@ -71,7 +71,7 @@ static const char HELP_STRING[] =
|
||||
" -z, --list-games Display list of supported games and exit\n"
|
||||
" --list-all-games Display list of all detected games and exit\n"
|
||||
" -t, --list-targets Display list of configured targets and exit\n"
|
||||
" --list-engines Display list of suppported engines and exit\n"
|
||||
" --list-engines Display list of supported engines and exit\n"
|
||||
" --list-all-engines Display list of all detection engines and exit\n"
|
||||
" --list-debugflags=engine Display list of engine specified debugflags\n"
|
||||
" if engine=global or engine is not specified, then it will list global debugflags\n"
|
||||
|
||||
Reference in New Issue
Block a user