I have a COM project (Visual Studio with Incredibuild) with 200 midl file that generate .h and .c. The processing of this midl files are made with only one core at the beginning of the built. It is very long and take practically the half of the build time.
Is it possible to multi process this part of the build ?
As I can see in FAQ of Incredibuild, it should be possible to distribute the MIDL step. https://www.incredibuild.com/frequently-asked-questions-technical.html#q39
(I have already enable /MP and the compilation of .c/.c++ are well parallelly build.)