From 52efb5db2079053d3dc5cc4ef48359194dd7460d Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 7 Jun 2012 21:18:19 +0000 Subject: [PATCH] Fixed the nightbuild script for automatic Bindings generation git-svn-id: http://mc-server.googlecode.com/svn/trunk@574 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- Nightbuild2008.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Nightbuild2008.cmd b/Nightbuild2008.cmd index 732092b81..61a622941 100644 --- a/Nightbuild2008.cmd +++ b/Nightbuild2008.cmd @@ -31,6 +31,8 @@ echo Performing nightbuild of MC-Server set DONOTPAUSE=y :: Update the sources to the latest revision: +del source\Bindings.cpp +del source\Bindings.h start "tsvn src" /b /min /wait %tsvn% /command:update /path:. /closeonend:1 if errorlevel 1 goto haderror