mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-01 01:42:17 +08:00 
			
		
		
		
	use max cpu count switch for msbuild
This commit is contained in:
		| @@ -119,7 +119,8 @@ Pop-Location | |||||||
| if($Compile) { | if($Compile) { | ||||||
|     Push-Location -Path $launcher |     Push-Location -Path $launcher | ||||||
|     Create-RC $version ($launcher + '\src\version.rc2'); |     Create-RC $version ($launcher + '\src\version.rc2'); | ||||||
|     msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release |     # https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference | ||||||
|  |     msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release /m | ||||||
|     if ($LastExitCode -ne 0) { |     if ($LastExitCode -ne 0) { | ||||||
|         throw "msbuild failed to build the executable." |         throw "msbuild failed to build the executable." | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user