1
0
Fork 0

Fixed the nightbuild script for automatic Bindings generation

git-svn-id: http://mc-server.googlecode.com/svn/trunk@574 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-06-07 21:18:19 +00:00
parent 876014b8e8
commit 52efb5db20
1 changed files with 2 additions and 0 deletions

View File

@ -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