ooxi / violetland

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

Instruct gcc to use Windows GUI subsystem #111

Closed ooxi closed 8 years ago

ooxi commented 8 years ago

GCC's -mwindows flag can be used to instruct the linker to create an executable using the IMAGE_SUBSYSTEM_WINDOWS_GUI Windows subsystem. There is no equivalent flagt for Linux executables and I do not yet know a way to instruct Clang to do the same (but asked on Stackoverflow).