Hello,
I am compiling with MsBuild, and I would like to limit the number of cores used and display less information.
In this file : http://www.jomitech.com/twinehowto.html, I saw that the options "-threads" and "-progs-" were available. How to use them with MsBuild ?
Thanks.
Using TwineCompile options with MsBuild
Re: Using TwineCompile options with MsBuild
Use the MSBuild property TC_Threads to control the number of threads that TwineCompile should use.
Unfortunately, -progs- is not available via MSBuild.
Unfortunately, -progs- is not available via MSBuild.
Jon