/M
Specifies the number of concurrent builds to run.
/Mnumber
Arguments
- number
Specifies the maximum number of projects to build at the same time.
Remarks
For more information, see Multiprocessor Builds.
Example
The following command line specifies building ConsoleApp1 (debug configuration) and ConsoleApp2 (release configuration) simultaneously:
D:\>VCBUILD /M2 ConsoleApp1\ConsoleApp1.vcproj debug ConsoleApp2\ConsoleApp2.vcproj release