You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UBT: Deprecate Visual Studio 2015. Still technically supported from source if explicitly selected as the compiler for a particular target, but will not be automatically detected by UBT for building.
#rb none [CL 4681677 by Ben Marsh in Dev-Build branch]
This commit is contained in:
@@ -46,7 +46,7 @@ namespace UnrealBuildTool.Rules
|
||||
case WindowsCompiler.VisualStudio2017:
|
||||
DTEKey = "VisualStudio.DTE.15.0";
|
||||
break;
|
||||
case WindowsCompiler.VisualStudio2015:
|
||||
case WindowsCompiler.VisualStudio2015_DEPRECATED:
|
||||
DTEKey = "VisualStudio.DTE.14.0";
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user