ooxi / violetland

An open source cross-platform game similar to Crimsonland
https://violetland.github.io/
Other
66 stars 15 forks source link

Windows executable should use GUI subsystem #110

Closed ooxi closed 8 years ago

ooxi commented 8 years ago

Currently the Windows executable is build using the IMAGE_SUBSYSTEM_WINDOWS_CUI instead of the IMAGE_SUBSYSTEM_WINDOWS_GUI Windows Subsystem.

This could either be done by patching the build executable or using g++'s -mwindows flag.

ooxi commented 8 years ago

Fixed by pull request #111