Browse Source

Enabling parallel builds on Windows rake command

Josh Engebretson 10 years ago
parent
commit
ac13aa7c69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -49,7 +49,7 @@ namespace :build  do
     Dir.chdir(CMAKE_WINDOWS_BUILD_FOLDER) do
 
       sh "cmake ../../ -G \"Visual Studio 12 2013 Win64\""
-      sh "msbuild Atomic.sln /p:Configuration=Release"
+      sh "msbuild /m Atomic.sln /p:Configuration=Release"
 
     end