84
edits
m (Text replacement - "www.scummvm.org/frs/" to "downloads.scummvm.org/frs/") |
(→Compiling without Console/Status Window: Console is no longer the default) |
||
Line 50: | Line 50: | ||
NOTE: Several people have had errors about structure packing under Visual Studio 2019. In such cases, you need to update [http://libsdl.org/download-2.0.php SDL2] with the latest version. | NOTE: Several people have had errors about structure packing under Visual Studio 2019. In such cases, you need to update [http://libsdl.org/download-2.0.php SDL2] with the latest version. | ||
== Compiling | == Compiling with Console/Text Output == | ||
If you | By default ScummVM is compiled as a Windows subsystem application with no console output. If you need the console, you can do one of the following: | ||
* In the Project Options for the scummvm project, go to the Linker | System | SubSystem line, and change the /SUBSYSTEM: | * In the create_project command, add <code>--enable-text-console</code>. | ||
* In the Project Options for the scummvm project, go to the Linker | System | SubSystem line, and change the /SUBSYSTEM:WINDOWS to /SUBSYSTEM:CONSOLE | |||
edits