mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	build_win: Reduce msbuild verbosity
This commit is contained in:
		
							parent
							
								
									51056adee8
								
							
						
					
					
						commit
						70faa27247
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Justin Schuh
						Justin Schuh