From efaa33af35a51a46be7f9e83c8560205f4c9b333 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 7 Dec 2020 18:51:32 +0100 Subject: [PATCH] fix batch file for vs2017 --- vs2017-build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vs2017-build.bat b/vs2017-build.bat index 4e5ceca79..95447149a 100644 --- a/vs2017-build.bat +++ b/vs2017-build.bat @@ -2,7 +2,7 @@ IF "%WIN32_DEV%" == "" SET WIN32_DEV="C:\Libraries" SET CMAKE_ROOT=%ProgramFiles%\CMake IF "%LUA_DEV%" == "" SET LUA_DEV="%ProgramFiles(x86)%/Lua/5.1" -SET VSVERSION=16 +SET VSVERSION=15 SET SRCDIR=%CD% REM CD .. REM SET ERESSEA=%CD%