diff options
-rw-r--r-- | Nightbuild2008.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
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
|