X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=projects%2FWin%2Fbuild-msbuild.cmd;h=aebc1526cae190f3298e3271ffd0944452cd2adf;hp=6e89a002b32c1c5a824e9185227d37d98132a195;hb=e28f9419df082f58c24afa47c8202551e38be002;hpb=7d15399a4d18ae2061ddb01656d85dbc940ff915;ds=sidebyside diff --git a/projects/Win/build-msbuild.cmd b/projects/Win/build-msbuild.cmd index 6e89a002..aebc1526 100644 --- a/projects/Win/build-msbuild.cmd +++ b/projects/Win/build-msbuild.cmd @@ -1,5 +1,5 @@ :: Command line arguments: -:: %1 - Visual C++ version: vc10 (2010), vc11 (2012), vc12 (2013) +:: %1 - Visual C++ version: vc12 (2013), vc14 (2015) :: %2 - configuration to build (Release, Debug etc) :: %3,%4,...%9 - [optional] additional MSBuild options @@ -10,5 +10,5 @@ set MSBUILD=msbuild :make for %%A in (x64 Win32) do ( %MSBUILD% %vcXX%\cds.sln /t:Clean /p:Configuration=%cfg% /p:Platform=%%A %3 %4 %5 %6 %7 %8 %9 - %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 + %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 )