summaryrefslogtreecommitdiffstats
path: root/Nightbuild2008.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Nightbuild2008.cmd')
-rw-r--r--Nightbuild2008.cmd9
1 files changed, 9 insertions, 0 deletions
diff --git a/Nightbuild2008.cmd b/Nightbuild2008.cmd
index a7a2cbc71..732092b81 100644
--- a/Nightbuild2008.cmd
+++ b/Nightbuild2008.cmd
@@ -55,6 +55,15 @@ if exist MCServer_Win_%WCREV%.7z (
+:: Update Bindings.cpp
+echo Updating Lua bindings
+set ALLTOLUA_WAIT=N
+cd source
+call AllToLua.bat
+cd ..
+
+
+
:: Compile using VC2008 Express. Do a full rebuild.
echo Setting up VS environment...