build.plat: hide executed commands in quiet builds on Windows.

This commit is contained in:
whitequark 2019-06-04 11:34:18 +00:00
parent 1d3e9c8331
commit 63c4123f6e

View file

@ -188,6 +188,7 @@ class TemplatedPlatform(Platform):
""", """,
"build_{{name}}.bat": """ "build_{{name}}.bat": """
@rem {{autogenerated}} @rem {{autogenerated}}
{{quiet("@echo off")}}
{{emit_commands("bat")}} {{emit_commands("bat")}}
""", """,
} }