UBT: Remove the global registration of project file generators. This is now done only when needed (when actually generating project files).

#rb none
#rnx

[CL 4410042 by Ben Marsh in Dev-Build branch]
This commit is contained in:
Ben Marsh
2018-10-01 09:45:58 -04:00
parent ef29cef551
commit d16ef6fe9d
30 changed files with 274 additions and 263 deletions

View File

@@ -193,7 +193,7 @@ namespace UnrealBuildTool
return bSuccess;
}
protected override bool WriteMasterProjectFile(ProjectFile UBTProject)
protected override bool WriteMasterProjectFile(ProjectFile UBTProject, PlatformProjectGeneratorCollection PlatformProjectGenerators)
{
return WriteXcodeWorkspace();
}