UnrealBuildTool: Even faster build iteration with bUseExperimentalFastBuildIteration

- Shaved over *half a second* of the best case iterative build times with UnrealBuildTool
- When assembling a build from an existing UBTMakefile, we now load Target information from the makefile instead of from the C# assembly

[CL 2278065 by Mike Fricker in Main branch]
This commit is contained in:
Mike Fricker
2014-08-29 15:46:20 -04:00
committed by UnrealBot
parent abd570b7a9
commit a3ab85edcc
16 changed files with 250 additions and 155 deletions

View File

@@ -7,6 +7,7 @@ using System.Text;
namespace UnrealBuildTool
{
[Serializable]
public class UEBuildEditor : UEBuildTarget
{
public UEBuildEditor(