From: khizmax Date: Fri, 25 Nov 2016 12:14:14 +0000 (+0300) Subject: Minor changes in VC auto-build scripts X-Git-Tag: v2.2.0~48 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=1a676ff9146742842d24e7cd09faac6dd3980807 Minor changes in VC auto-build scripts --- diff --git a/projects/Win/build-msbuild.cmd b/projects/Win/build-msbuild.cmd index 241f32cd..aebc1526 100644 --- a/projects/Win/build-msbuild.cmd +++ b/projects/Win/build-msbuild.cmd @@ -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=normal /v:normal /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 ) diff --git a/projects/Win/build-vc14.cmd b/projects/Win/build-vc14.cmd index 15d1189e..6774f4f6 100644 --- a/projects/Win/build-vc14.cmd +++ b/projects/Win/build-vc14.cmd @@ -1,2 +1,2 @@ call "%VS140COMNTOOLS%"\vsvars32.bat -call build-msbuild.cmd vc14 Release /tv:14.0 /m +call build-msbuild.cmd vc14 Release /tv:14.0 /m:2