diff options
author | madmaxoft <github@xoft.cz> | 2014-07-19 09:57:03 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-07-19 09:57:23 +0200 |
commit | c7b7938c04eb5bd801274f93465afdb2f63053c0 (patch) | |
tree | d3e997352425759b4799030f039498e9519ab2c3 /src/Bindings/AllToLua_lua.bat.bat | |
parent | Authenticator.cpp: Killed a global destructor warning (diff) | |
download | cuberite-c7b7938c04eb5bd801274f93465afdb2f63053c0.tar cuberite-c7b7938c04eb5bd801274f93465afdb2f63053c0.tar.gz cuberite-c7b7938c04eb5bd801274f93465afdb2f63053c0.tar.bz2 cuberite-c7b7938c04eb5bd801274f93465afdb2f63053c0.tar.lz cuberite-c7b7938c04eb5bd801274f93465afdb2f63053c0.tar.xz cuberite-c7b7938c04eb5bd801274f93465afdb2f63053c0.tar.zst cuberite-c7b7938c04eb5bd801274f93465afdb2f63053c0.zip |
Diffstat (limited to 'src/Bindings/AllToLua_lua.bat.bat')
-rw-r--r-- | src/Bindings/AllToLua_lua.bat.bat | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/Bindings/AllToLua_lua.bat.bat b/src/Bindings/AllToLua_lua.bat.bat deleted file mode 100644 index 81c738f32..000000000 --- a/src/Bindings/AllToLua_lua.bat.bat +++ /dev/null @@ -1,27 +0,0 @@ - -:: AllToLua_Lua.bat -:: This scripts updates the automatically-generates Lua bindings in Bindings.cpp / Bindings.h -:: 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) -:: This script assumes "lua" executable to be in PATH, it uses a pure-lua implementation of the ToLua processor - -@echo off - - - - - -:: Regenerate the files: -echo Regenerating LUA bindings . . . -lua ..\..\lib\tolua++\src\bin\lua\_driver.lua -L virtual_method_hooks.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg - - - - -: Wait for keypress, if no param given: -echo. -if %ALLTOLUA_WAIT%N == N pause - - - - |