fix batch file for vs2017

This commit is contained in:
Enno Rehling 2020-12-07 18:51:32 +01:00
parent 8d36403216
commit efaa33af35
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
IF "%WIN32_DEV%" == "" SET WIN32_DEV="C:\Libraries" IF "%WIN32_DEV%" == "" SET WIN32_DEV="C:\Libraries"
SET CMAKE_ROOT=%ProgramFiles%\CMake SET CMAKE_ROOT=%ProgramFiles%\CMake
IF "%LUA_DEV%" == "" SET LUA_DEV="%ProgramFiles(x86)%/Lua/5.1" IF "%LUA_DEV%" == "" SET LUA_DEV="%ProgramFiles(x86)%/Lua/5.1"
SET VSVERSION=16 SET VSVERSION=15
SET SRCDIR=%CD% SET SRCDIR=%CD%
REM CD .. REM CD ..
REM SET ERESSEA=%CD% REM SET ERESSEA=%CD%