HP and DHP SMR totally refactored
[libcds.git] / projects / Win / build-msbuild.cmd
index 241f32cd94f7024b97fecbbd955f0b4fc0d1f7ff..aebc1526cae190f3298e3271ffd0944452cd2adf 100644 (file)
@@ -10,5 +10,5 @@ set MSBUILD=msbuild
 :make\r
 for %%A in (x64 Win32) do (\r
   %MSBUILD% %vcXX%\cds.sln /t:Clean /p:Configuration=%cfg% /p:Platform=%%A %3 %4 %5 %6 %7 %8 %9\r
-  %MSBUILD% %vcXX%\cds.sln /t:Build /p:Configuration=%cfg% /p:Platform=%%A /fl /flp:LogFile=%vcXX%_%%A.log;Encoding=UTF-8;Verbosity=normal /v:normal /maxcpucount %3 %4 %5 %6 %7 %8 %9\r
+  %MSBUILD% %vcXX%\cds.sln /t:Build /p:Configuration=%cfg% /p:Platform=%%A /fl /flp:LogFile=%vcXX%_%%A.log;Encoding=UTF-8;Verbosity=normal /v:normal %3 %4 %5 %6 %7 %8 %9\r
 )\r