misc: Modify update_external_sources.bat to build quietly.
authorMark Young <marky@lunarg.com>
Mon, 1 Feb 2016 18:43:39 +0000 (11:43 -0700)
committerMark Young <marky@lunarg.com>
Mon, 1 Feb 2016 18:43:39 +0000 (11:43 -0700)
This speeds up the build as well as makes warnings and errors more obvious.

update_external_sources.bat

index fb6495a..e0a6359 100755 (executable)
@@ -433,7 +433,7 @@ goto:eof
    cmake -G "Visual Studio %VS_VERSION%" -DCMAKE_INSTALL_PREFIX=install ..\r
    \r
    echo Building 32-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug\r
-   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug\r
+   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug /verbosity:quiet\r
    \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %GLSLANG_BUILD_DIR%\glslang\Debug\glslang.lib (\r
@@ -442,7 +442,7 @@ goto:eof
       set errorCode=1\r
    )\r
    echo Building Glslang: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release\r
-   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release\r
+   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release /verbosity:quiet\r
    \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %GLSLANG_BUILD_DIR%\glslang\Release\glslang.lib (\r
@@ -463,7 +463,7 @@ goto:eof
    cmake -G "Visual Studio %VS_VERSION% Win64" -DCMAKE_INSTALL_PREFIX=install ..\r
    \r
    echo Building 64-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
-   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
+   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug /verbosity:quiet\r
    \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %GLSLANG_BUILD_DIR%\glslang\Debug\glslang.lib (\r
@@ -472,7 +472,7 @@ goto:eof
       set errorCode=1\r
    )\r
    echo Building Glslang: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release\r
-   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release\r
+   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release /verbosity:quiet\r
    \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %GLSLANG_BUILD_DIR%\glslang\Release\glslang.lib (\r
@@ -502,7 +502,7 @@ goto:eof
    cmake -G "Visual Studio %VS_VERSION%" -DCMAKE_INSTALL_PREFIX=install ..\r
    \r
    echo Building 32-bit LLVM: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release\r
-   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release\r
+   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release /verbosity:quiet\r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %LLVM_BUILD_DIR%\lib\Release\LLVMCore.lib (\r
       echo.\r
@@ -514,7 +514,7 @@ goto:eof
    REM handle Debug and Release builds of glslang simultaneously, instead of\r
    REM whatever last lands in "./build32/install"\r
    REM   echo Building 32-bit LLVM: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug\r
-   REM   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug\r
+   REM   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug /verbosity:quiet\r
    REM Check for existence of one lib, even though we should check for all results\r
    REM   if not exist %LLVM_BUILD_DIR%\lib\Debug\LLVMCore.lib (\r
    REM      echo.\r
@@ -535,7 +535,7 @@ goto:eof
    cmake -G "Visual Studio %VS_VERSION% Win64" -DCMAKE_INSTALL_PREFIX=install ..\r
    \r
    echo Building 64-bit LLVM: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release\r
-   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release\r
+   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release /verbosity:quiet\r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %LLVM_BUILD_DIR%\lib\Release\LLVMCore.lib (\r
       echo.\r
@@ -547,7 +547,7 @@ goto:eof
    REM handle Debug and Release builds of glslang simultaneously, instead of\r
    REM whatever last lands in "./build/install"\r
    REM   echo Building 64-bit LLVM: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
-   REM   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
+   REM   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug /verbosity:quiet\r
    REM Check for existence of one lib, even though we should check for all results\r
    REM   if not exist %LLVM_BUILD_DIR%\lib\Debug\LLVMCore.lib (\r
    REM      echo.\r
@@ -572,7 +572,7 @@ goto:eof
    cmake -G "Visual Studio %VS_VERSION%" -DCMAKE_INSTALL_PREFIX=install ..\r
    \r
    echo Building 32-bit LunarGlass: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release\r
-   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release\r
+   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release /verbosity:quiet\r
    \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %LUNARGLASS_BUILD_DIR%\Core\Release\core.lib (\r
@@ -586,7 +586,7 @@ goto:eof
    REM handle Debug and Release builds of glslang simultaneously, instead of\r
    REM whatever last lands in "./build/install"\r
    REM   echo Building 32-bit LunarGlass: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug\r
-   REM   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug\r
+   REM   msbuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug /verbosity:quiet\r
    REM Check for existence of one lib, even though we should check for all results\r
    REM  if not exist %LUNARGLASS_BUILD_DIR%\Core\Debug\core.lib (\r
    REM     echo.\r
@@ -607,7 +607,7 @@ goto:eof
    cmake -G "Visual Studio %VS_VERSION% Win64" -DCMAKE_INSTALL_PREFIX=install ..\r
    \r
    echo Building 64-bit LunarGlass: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release\r
-   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release\r
+   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release /verbosity:quiet\r
    \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %LUNARGLASS_BUILD_DIR%\Core\Release\core.lib (\r
@@ -621,7 +621,7 @@ goto:eof
    REM handle Debug and Release builds of glslang simultaneously, instead of\r
    REM whatever last lands in "./build/install"\r
    REM   echo Building 64-bit LunarGlass: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
-   REM   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
+   REM   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug /verbosity:quiet\r
    REM Check for existence of one lib, even though we should check for all results\r
    REM  if not exist %LUNARGLASS_BUILD_DIR%\Core\Debug\core.lib (\r
    REM     echo.\r
@@ -651,7 +651,7 @@ goto:eof
    cmake -G "Visual Studio %VS_VERSION%" ..\r
    \r
    echo Building 32-bit spirv-tools: MSBuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Debug\r
-   msbuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Debug\r
+   msbuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Debug /verbosity:quiet\r
    \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %SPIRV_TOOLS_BUILD_DIR%\Debug\SPIRV-Tools.lib (\r
@@ -661,7 +661,7 @@ goto:eof
    )\r
    \r
    echo Building 32-bit spirv-tools: MSBuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Release\r
-   msbuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Release\r
+   msbuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Release /verbosity:quiet\r
 \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %SPIRV_TOOLS_BUILD_DIR%\Release\SPIRV-Tools.lib (\r
@@ -682,7 +682,7 @@ goto:eof
    cmake -G "Visual Studio %VS_VERSION% Win64" ..\r
    \r
    echo Building 64-bit spirv-tools: MSBuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
-   msbuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
+   msbuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Debug /verbosity:quiet\r
    \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %SPIRV_TOOLS_BUILD_DIR%\Debug\SPIRV-Tools.lib (\r
@@ -692,7 +692,7 @@ goto:eof
    )\r
    \r
    echo Building 64-bit spirv-tools: MSBuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Release\r
-   msbuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Release\r
+   msbuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Release /verbosity:quiet\r
 \r
    REM Check for existence of one lib, even though we should check for all results\r
    if not exist %SPIRV_TOOLS_BUILD_DIR%\Release\SPIRV-Tools.lib (\r