Skip to content

Commit

Permalink
Enable parallel compilation for BuildAllTargets.cmd script.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Mar 23, 2023
1 parent 1a6b4f5 commit dd8c971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildAllTargets.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rem Initialize Visual Studio environment
call "%~dp0Mile.Project.Windows\InitializeVisualStudioEnvironment.cmd"

rem Build all targets
MSBuild -binaryLogger:Output\BuildAllTargets.binlog BuildAllTargets.proj
MSBuild -binaryLogger:Output\BuildAllTargets.binlog -m BuildAllTargets.proj

@endlocal

0 comments on commit dd8c971

Please sign in to comment.