From 97b03df3724c58acdbbbdd91d6867722c64ae5f9 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Wed, 27 Nov 2013 14:24:36 +0100 Subject: Fixed Win nightbuild scripts after folder moves. --- Install/Zip2008_PDBs.list | 2 +- Nightbuild2008.cmd | 12 ++++++------ VC2008/MCServer.vcproj | 8 ++++++++ 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Install/Zip2008_PDBs.list b/Install/Zip2008_PDBs.list index 578bcd181..b9c822c38 100644 --- a/Install/Zip2008_PDBs.list +++ b/Install/Zip2008_PDBs.list @@ -5,4 +5,4 @@ VC2008\Release\Lua\*.pdb VC2008\Release\ToLua\*.pdb VC2008\Release\webserver\*.pdb VC2008\Release\zlib\*.pdb -source\Bindings.* \ No newline at end of file +src\Bindings.* \ No newline at end of file diff --git a/Nightbuild2008.cmd b/Nightbuild2008.cmd index 6de8d9f67..ad0b415ba 100644 --- a/Nightbuild2008.cmd +++ b/Nightbuild2008.cmd @@ -45,9 +45,9 @@ echo Performing nightbuild of MC-Server set DONOTPAUSE=y :: Update the sources to the latest revision: -del source\Bindings.cpp -del source\Bindings.h -git checkout -- source\Bindings.* +del src\Bindings.cpp +del src\Bindings.h +git checkout -- src\Bindings.* git pull if errorlevel 1 goto haderror @@ -78,11 +78,11 @@ if exist %TAGFILE% ( :: Update the Bindings: -del source\Bindings.cpp -del source\Bindings.h +del src\Bindings.cpp +del src\Bindings.h echo Updating Lua bindings set ALLTOLUA_WAIT=N -cd source +cd src call AllToLua.bat cd .. diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 2a2ddb4ee..e0c57d50d 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -924,6 +924,14 @@ RelativePath="..\src\Vector3i.h" > + + + + -- cgit v1.2.3