Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Schuh <jschuh@users.noreply.github.com>2021-08-13 21:05:32 +0300
committerLukáš Matěna <33929324+lukasmatena@users.noreply.github.com>2021-10-20 10:06:35 +0300
commit70faa27247346a757f410ee550dedd74d13862ac (patch)
tree1522bbdb85a7a7e19e2c97f2adccb2e6bec5369b /build_win.bat
parent51056adee8df6aae09912b9da42126c437cff3b1 (diff)
build_win: Reduce msbuild verbosity
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_win.bat b/build_win.bat
index e00f8dbd4..893d8c344 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -163,7 +163,7 @@ IF "%PS_STEPS_DIRTY%" EQU "" CALL :MAKE_OR_CLEAN_DIRECTORY deps\build "%PS_DEPS_
cd deps\build || GOTO :END
cmake.exe .. -DDESTDIR="%PS_DESTDIR%" || GOTO :END
(echo %PS_DESTDIR%)> "%PS_DEPS_PATH_FILE%"
-msbuild /m ALL_BUILD.vcxproj /p:Configuration=%PS_CONFIG% || GOTO :END
+msbuild /m ALL_BUILD.vcxproj /p:Configuration=%PS_CONFIG% /v:quiet || GOTO :END
cd ..\..
IF /I "%PS_STEPS:~0,4%" EQU "deps" GOTO :RUN_APP
@@ -183,7 +183,7 @@ FOR /F "tokens=2 delims=," %%I in (
) do SET PS_PROJECT_IS_OPEN=%%~I
cmake.exe .. -DCMAKE_PREFIX_PATH="%PS_DESTDIR%\usr\local" -DCMAKE_CONFIGURATION_TYPES=%PS_CONFIG_LIST% || GOTO :END
REM Skip the build step if we're using the undocumented app-cmake to regenerate the full config from inside devenv
-IF "%PS_STEPS%" NEQ "app-cmake" msbuild /m ALL_BUILD.vcxproj /p:Configuration=%PS_CONFIG% || GOTO :END
+IF "%PS_STEPS%" NEQ "app-cmake" msbuild /m ALL_BUILD.vcxproj /p:Configuration=%PS_CONFIG% /v:quiet || GOTO :END
(echo %PS_DESTDIR%)> "%PS_DEPS_PATH_FILE_FOR_CONFIG%"
REM Run app