1
0
Fork 0

Reduced unnecessary echoes (thanks xoft)

This commit is contained in:
Tiger Wang 2014-01-25 23:48:48 +00:00
parent 398e159f5f
commit 52f7467fe1
1 changed files with 3 additions and 5 deletions

View File

@ -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