()
| 171 | } |
| 172 | |
| 173 | private static void Cleanup() |
| 174 | { |
| 175 | #if false |
| 176 | // Restore the generated config file (could resource with git but do it here just in case) |
| 177 | using (var writer = new StreamWriter(Path.Combine(ProjectRoot, "Source/Engine/Core/Config.Gen.h"))) |
| 178 | { |
| 179 | writer.WriteLine("#pragma once"); |
| 180 | writer.WriteLine(); |
| 181 | } |
| 182 | #endif |
| 183 | } |
| 184 | |
| 185 | private static void BuildEditor() |
| 186 | { |