Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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