Fixed Win nightbuild scripts after folder moves.
This commit is contained in:
parent
557ebc88d7
commit
97b03df372
@ -5,4 +5,4 @@ VC2008\Release\Lua\*.pdb
|
|||||||
VC2008\Release\ToLua\*.pdb
|
VC2008\Release\ToLua\*.pdb
|
||||||
VC2008\Release\webserver\*.pdb
|
VC2008\Release\webserver\*.pdb
|
||||||
VC2008\Release\zlib\*.pdb
|
VC2008\Release\zlib\*.pdb
|
||||||
source\Bindings.*
|
src\Bindings.*
|
@ -45,9 +45,9 @@ echo Performing nightbuild of MC-Server
|
|||||||
set DONOTPAUSE=y
|
set DONOTPAUSE=y
|
||||||
|
|
||||||
:: Update the sources to the latest revision:
|
:: Update the sources to the latest revision:
|
||||||
del source\Bindings.cpp
|
del src\Bindings.cpp
|
||||||
del source\Bindings.h
|
del src\Bindings.h
|
||||||
git checkout -- source\Bindings.*
|
git checkout -- src\Bindings.*
|
||||||
git pull
|
git pull
|
||||||
if errorlevel 1 goto haderror
|
if errorlevel 1 goto haderror
|
||||||
|
|
||||||
@ -78,11 +78,11 @@ if exist %TAGFILE% (
|
|||||||
|
|
||||||
|
|
||||||
:: Update the Bindings:
|
:: Update the Bindings:
|
||||||
del source\Bindings.cpp
|
del src\Bindings.cpp
|
||||||
del source\Bindings.h
|
del src\Bindings.h
|
||||||
echo Updating Lua bindings
|
echo Updating Lua bindings
|
||||||
set ALLTOLUA_WAIT=N
|
set ALLTOLUA_WAIT=N
|
||||||
cd source
|
cd src
|
||||||
call AllToLua.bat
|
call AllToLua.bat
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
@ -924,6 +924,14 @@
|
|||||||
RelativePath="..\src\Vector3i.h"
|
RelativePath="..\src\Vector3i.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\VoronoiMap.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\VoronoiMap.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\WebAdmin.cpp"
|
RelativePath="..\src\WebAdmin.cpp"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user