From 52f7467fe1d0c9ce68259b43cf6f74227318dda8 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 25 Jan 2014 23:48:48 +0000 Subject: [PATCH] Reduced unnecessary echoes (thanks xoft) --- src/Bindings/AllToLua.bat | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Bindings/AllToLua.bat b/src/Bindings/AllToLua.bat index f9bcbda45..f085af9e9 100644 --- a/src/Bindings/AllToLua.bat +++ b/src/Bindings/AllToLua.bat @@ -11,17 +11,15 @@ :: Regenerate the files: -echo Regenerating LUA bindings... -"tolua++.exe" -L virtual_method_hooks.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg >nul +echo Regenerating LUA bindings . . . +"tolua++.exe" -L virtual_method_hooks.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg : Wait for keypress, if no param given: -echo Bindings were generated echo. -echo Please depress the 'any' key to continue -if %ALLTOLUA_WAIT%N == N pause >nul +if %ALLTOLUA_WAIT%N == N pause