Adds sequential barrier driver
[libcds.git] / projects / Win / build-msbuild.cmd
index 6e89a002b32c1c5a824e9185227d37d98132a195..aebc1526cae190f3298e3271ffd0944452cd2adf 100644 (file)
@@ -1,5 +1,5 @@
 :: Command line arguments:\r
 :: Command line arguments:\r
-:: %1 - Visual C++ version: vc10 (2010), vc11 (2012), vc12 (2013)\r
+:: %1 - Visual C++ version: vc12 (2013), vc14 (2015)\r
 :: %2 - configuration to build (Release, Debug etc)\r
 :: %3,%4,...%9 - [optional] additional MSBuild options\r
 \r
 :: %2 - configuration to build (Release, Debug etc)\r
 :: %3,%4,...%9 - [optional] additional MSBuild options\r
 \r
@@ -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
 :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=minimal /v:minimal /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
 )\r