1
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

View File

@ -12,16 +12,14 @@
:: Regenerate the files:
echo Regenerating LUA bindings . . .
"tolua++.exe" -L virtual_method_hooks.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg >nul
"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