Splitted some unit test to reduce memory consumption under MSVC
[libcds.git] / projects / Win / build-msbuild.cmd
index 08f2674cf5a1e96172872f37a95a00866f3147ab..1d015168484b47cec0d7c14fda5d4ccfe2db11c1 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=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_%cfg%.log;Encoding=UTF-8;Verbosity=minimal /v:minimal /maxcpucount %3 %4 %5 %6 %7 %8 %9\r
 )\r