trying to get tcc working

This commit is contained in:
Dax T. Games
2018-09-02 09:04:46 -05:00
parent 541fc16daf
commit 352a16f84d
3 changed files with 19 additions and 17 deletions

View File

@ -39,7 +39,7 @@ exit /b
pushd "%~1"
for /f "usebackq" %%x in ( `dir /b *.bat *.cmd 2^>nul` ) do (
%lib_console% verbose-output "Calling '%~1\%%x'..."
%lib_console% verbose_output "Calling '%~1\%%x'..."
call "%~1\%%x"
)
popd