This topic has not yet been rated - Rate this topic

/M

Specifies the number of concurrent builds to run.

/Mnumber
number

Specifies the maximum number of projects to build at the same time.

For more information, see Multiprocessor Builds.

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

Other Resources

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement