From 8828ac75a2076d06c1db757a32b8377be2387263 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 13 Jan 2014 21:20:06 +0100 Subject: [PATCH] The VS2008 nightbuild uses CMake. --- Nightbuild2008.cmd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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