danielknobe / blobbyvolley2

Official continuation of the famous Blobby Volley 1.x arcade game.
GNU General Public License v2.0
161 stars 21 forks source link

hide console on windows for blobby.exe #119

Closed danielknobe closed 1 year ago

ngc92 commented 1 year ago

I'm a bit confused about this, isn't this the reason why we supply the -mwindows flag?

danielknobe commented 1 year ago

You are right but it doesn't work with Visual Studio. I'm not sure if this line is for the MinGW builds.

ngc92 commented 1 year ago

can we remove -mwindows then, and rely on CMake to do the right thing?

danielknobe commented 1 year ago

Seems -mwindows never has any effect because it works only on MSYS and was wrongly checked. Checking for MSYS, now. This solves the problem. Thanks for the hint @ngc92 👍 .