By default, the DCC32 compiler is invoked using the -Q switch, which enables silent mode. Is there a way to disable this switch in a .dproj file or command line option?
I use msbuild to automate the build in my Delphi project. Unfortunately, I cannot find links to DCC32 parameters when it is executed by MSBuild. Usually, I first change the compiler option in the Delphi IDE, and then check what has been changed in the project file. However, this approach will not work for silent mode, since I cannot find this option in the IDE.
source share