forked from github/server
fix batch file for vs2017
This commit is contained in:
parent
8d36403216
commit
efaa33af35
|
@ -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%
|
||||||
|
|
Loading…
Reference in New Issue