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
+2
View File
@@ -1,3 +1,4 @@
:: Don't check for `ECHO_ON` or it will get too verbose without any benefit.
@echo off
setlocal ENABLEDELAYEDEXPANSION
@@ -38,5 +39,6 @@ if defined BGC (
echo|set /p="!STYLE!!TEXT!!ESC![0m"
echo.
if defined ECHO_ON ( echo on )
endlocal
exit /b 0