Page 1 of 1

Using TwineCompile options with MsBuild

Posted: Fri Mar 06, 2020 4:04 am
by Nitro
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.

Re: Using TwineCompile options with MsBuild

Posted: Fri Mar 06, 2020 6:22 pm
by jomitech
Use the MSBuild property TC_Threads to control the number of threads that TwineCompile should use.

Unfortunately, -progs- is not available via MSBuild.