summaryrefslogtreecommitdiffstats
path: root/src/Bindings/AllToLua.bat
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-25 20:36:20 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-25 20:36:20 +0100
commit1d0e1bdcb12e648ba2b0b6d54a8bdba4bcaad1d5 (patch)
tree8693257b5f931d6f494cafb8ccf56757b22f9a0d /src/Bindings/AllToLua.bat
parentAdded more minecart powered rail directions (diff)
downloadcuberite-1d0e1bdcb12e648ba2b0b6d54a8bdba4bcaad1d5.tar
cuberite-1d0e1bdcb12e648ba2b0b6d54a8bdba4bcaad1d5.tar.gz
cuberite-1d0e1bdcb12e648ba2b0b6d54a8bdba4bcaad1d5.tar.bz2
cuberite-1d0e1bdcb12e648ba2b0b6d54a8bdba4bcaad1d5.tar.lz
cuberite-1d0e1bdcb12e648ba2b0b6d54a8bdba4bcaad1d5.tar.xz
cuberite-1d0e1bdcb12e648ba2b0b6d54a8bdba4bcaad1d5.tar.zst
cuberite-1d0e1bdcb12e648ba2b0b6d54a8bdba4bcaad1d5.zip
Diffstat (limited to 'src/Bindings/AllToLua.bat')
-rw-r--r--src/Bindings/AllToLua.bat10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/Bindings/AllToLua.bat b/src/Bindings/AllToLua.bat
index b2a192880..f9bcbda45 100644
--- a/src/Bindings/AllToLua.bat
+++ b/src/Bindings/AllToLua.bat
@@ -4,18 +4,24 @@
:: When called without any parameters, it will pause for a keypress at the end
:: Call with any parameter to disable the wait (for buildserver use)
+@echo off
+
:: Regenerate the files:
-"tolua++.exe" -L virtual_method_hooks.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg
+echo Regenerating LUA bindings...
+"tolua++.exe" -L virtual_method_hooks.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg >nul
: Wait for keypress, if no param given:
-if %ALLTOLUA_WAIT%N == N pause
+echo Bindings were generated
+echo.
+echo Please depress the 'any' key to continue
+if %ALLTOLUA_WAIT%N == N pause >nul