186
edits
(→Building create_project: Missed this one in previous) |
m (→Compiling with Console/Text Output: missed this one too) |
||
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> |
edits