vs15->17
This commit is contained in:
parent
6eabb9a12c
commit
b4ed1a9823
@ -11,14 +11,14 @@ local function exists(mpath)
|
||||
end
|
||||
|
||||
function vsvar.get(config)
|
||||
local vs2015_x64 = "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/vcvars64.bat"
|
||||
if exists(vs2015_x64) then
|
||||
local vs2017_x64 = "C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Auxiliary/Build/vcvars64.bat"
|
||||
if exists(vs2017_x64) then
|
||||
table.insert(config, {
|
||||
label = "vs2015_x64",
|
||||
label = "vs2017_x64",
|
||||
args = {
|
||||
"cmd.exe",
|
||||
"/k",
|
||||
vs2015_x64,
|
||||
vs2017_x64,
|
||||
},
|
||||
})
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user