issue with using MSBUILD with maxcpucount option
I am using MsBuild on a 4 core machine. I am giving the following command line to build 4 projects belonging to a big VC++ solution ( having more than 4 projects ALL with no mutual dependencies ). I am using Visual Studio 2008. To speed up the build time I am trying to take advantage of the maxcpucount options but it seems not working....