This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Command line build (UV2 -b projectt) starts UV2 in windowed mode

When performing a command line build using UV2 -b project, the toolset starts up in windowed mode, compiles the project and then exits.

This is a nuisance, but not a real problem. However are there tricks that prevent the splash screen from displaying when starting the toolset and/or tricks to prevent the toolset from opening a window during execution of command line builds?

(I know I can create external makefiles that directly call the compiler and linker, but I'm basically quite happy with the command line support provided by the toolset.)