Using TwineCompile options with MsBuild

TwineCompile - Cut C++Builder compile times by up to 50x!
Post Reply
Nitro
Posts: 12
Joined: Wed Jul 18, 2018 8:22 am

Using TwineCompile options with MsBuild

Post 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.
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: Using TwineCompile options with MsBuild

Post 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.
Jon
Post Reply