diff options
author | madmaxoft <github@xoft.cz> | 2014-01-13 21:20:06 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-13 21:20:06 +0100 |
commit | 8828ac75a2076d06c1db757a32b8377be2387263 (patch) | |
tree | ef4904cc0f2ca9d7494553e018dfa9e10a231cdf /Nightbuild2008.cmd | |
parent | Removed shutdown() from socket closing. (diff) | |
download | cuberite-8828ac75a2076d06c1db757a32b8377be2387263.tar cuberite-8828ac75a2076d06c1db757a32b8377be2387263.tar.gz cuberite-8828ac75a2076d06c1db757a32b8377be2387263.tar.bz2 cuberite-8828ac75a2076d06c1db757a32b8377be2387263.tar.lz cuberite-8828ac75a2076d06c1db757a32b8377be2387263.tar.xz cuberite-8828ac75a2076d06c1db757a32b8377be2387263.tar.zst cuberite-8828ac75a2076d06c1db757a32b8377be2387263.zip |
Diffstat (limited to 'Nightbuild2008.cmd')
-rw-r--r-- | Nightbuild2008.cmd | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Nightbuild2008.cmd b/Nightbuild2008.cmd index 8dcd5dc46..bbaea0fb7 100644 --- a/Nightbuild2008.cmd +++ b/Nightbuild2008.cmd @@ -90,6 +90,16 @@ if exist %TAGFILE% ( + + +:: Configure the sources to use the MSVC2008 compiler: +cmake -G "Visual Studio 9 2008" . +if errorlevel 1 goto haderror + + + + + :: Update the Bindings: echo Updating Lua bindings del src\Bindings\Bindings.cpp @@ -107,7 +117,7 @@ echo Setting up VS environment... call "%VS90COMNTOOLS%\vsvars32.bat" echo Compiling MCServer... title MCS Nightbuild -start "vc" /b /wait /low /min %vc% /r vc2008\MCServer.sln "Release|Win32" +start "vc" /b /wait /low /min %vc% /r MCServer.sln "Release|Win32" if errorlevel 1 goto haderror |