Windows build scripts - ECHO_ON env variable for debugging

This commit is contained in:
Andrej730
2025-11-21 11:49:35 +05:00
parent 692ef5ecea
commit d3fcf39c76
9 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
:: Example usage (all arguments are optional):
:: build-deps.cmd vs2022-x64 RelWithDebInfo Build
@echo off
@if not defined ECHO_ON ( echo off )
echo.
for %%Q in ("%~dp0\.") DO set "batpath=%%~fQ"