Difference between revisions of "Compiling ScummVM/Visual Studio"

Jump to navigation Jump to search
m
(→‎Building create_project: Missed this one in previous)
Line 52: Line 52:


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:
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 create_project command, add <code>--enable-text-console</code>.
* In the <code>create_project</code> 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 <code>/SUBSYSTEM:WINDOWS</code> option to <code>/SUBSYSTEM:CONSOLE</code>
* In the Project Options for the ScummVM project, go to the Linker | System | SubSystem line, and change the <code>/SUBSYSTEM:WINDOWS</code> option to <code>/SUBSYSTEM:CONSOLE</code>
149

edits

Navigation menu