Sublime Forum

Build System Windows GUI Suppression

#1

In the sublime documentation it says that in build systems the windows GUI is suppressed. Does this mean that when I build a cpp file a shell will not be brought up? If so, is there a way to disable this because I am trying to find a way to execute a cpp build output from the build system, and I can’t figure it out.

0 Likes

#2

You can have two build sys variants: one would do the build and the other would run the executable. Or you can write a short script that will do both steps and call that from a build system. In both cases the build process would run GUI-less, but your program would run normally.

0 Likes

#3

Wait, no… Obviously, a variant alone wouldn’t help much. The script should work, though.

0 Likes