Reduced unnecessary echoes (thanks xoft)
parent
398e159f5f
commit
52f7467fe1
|
@ -11,17 +11,15 @@
|
||||||
|
|
||||||
|
|
||||||
:: Regenerate the files:
|
:: Regenerate the files:
|
||||||
echo Regenerating LUA bindings...
|
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:
|
: Wait for keypress, if no param given:
|
||||||
echo Bindings were generated
|
|
||||||
echo.
|
echo.
|
||||||
echo Please depress the 'any' key to continue
|
if %ALLTOLUA_WAIT%N == N pause
|
||||||
if %ALLTOLUA_WAIT%N == N pause >nul
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue