diff options
author | madmaxoft <github@xoft.cz> | 2013-11-27 14:24:36 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-27 14:24:36 +0100 |
commit | 97b03df3724c58acdbbbdd91d6867722c64ae5f9 (patch) | |
tree | 479fe375d297b985284750eb19c39c0bc2edc61f /Nightbuild2008.cmd | |
parent | Removed faulty .gitattributes. (diff) | |
download | cuberite-97b03df3724c58acdbbbdd91d6867722c64ae5f9.tar cuberite-97b03df3724c58acdbbbdd91d6867722c64ae5f9.tar.gz cuberite-97b03df3724c58acdbbbdd91d6867722c64ae5f9.tar.bz2 cuberite-97b03df3724c58acdbbbdd91d6867722c64ae5f9.tar.lz cuberite-97b03df3724c58acdbbbdd91d6867722c64ae5f9.tar.xz cuberite-97b03df3724c58acdbbbdd91d6867722c64ae5f9.tar.zst cuberite-97b03df3724c58acdbbbdd91d6867722c64ae5f9.zip |
Diffstat (limited to 'Nightbuild2008.cmd')
-rw-r--r-- | Nightbuild2008.cmd | 12 |
1 files changed, 6 insertions, 6 deletions
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 .. |