From 1eafb46d76745343dc9addbdc4cc4d65bb5de1bd Mon Sep 17 00:00:00 2001 From: Martin Raiber Date: Sat, 26 Dec 2015 17:56:08 +0100 Subject: [PATCH] Build with Visual Studio 2015 --- build_client.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_client.bat b/build_client.bat index 9451900a..320be6f6 100644 --- a/build_client.bat +++ b/build_client.bat @@ -1,8 +1,8 @@ +call update_deps.bat + call checkout_client.bat if %errorlevel% neq 0 exit /b %errorlevel% -call update_deps.bat - cd %~dp0 git reset --hard