When run the exe under windows system, there will be a command window displayed, how to hide it?
In https://wiki.gnome.org/Projects/Vala/ValaOnWindows, it says pass "-X -mwindows" to the valac complier,
but in Linux, when add "-X -mwindows" to valac, the compile will failed.
How to hide the command window under windows?
When run the exe under windows system, there will be a command window displayed, how to hide it?
In https://wiki.gnome.org/Projects/Vala/ValaOnWindows, it says pass "-X -mwindows" to the valac complier,
but in Linux, when add "-X -mwindows" to valac, the compile will failed.