Files
UnrealEngineUWP/Engine/Build/Graph/Examples/Building.xml
Mike Fricker 0016af4240 Merged Main to VREditor (from CL 2932876)
[CL 2933313 by Mike Fricker in Dev-VREditor branch]
2016-04-05 11:25:00 -04:00

16 lines
641 B
XML

<?xml version='1.0' ?>
<BuildGraph xmlns="http://www.epicgames.com/BuildGraph" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.epicgames.com/BuildGraph ../Schema.xsd" >
<Agent Name="Properties Agent" Type="CompileWin64">
<!-- Compile UnrealHeaderTool -->
<Node Name="Compile UnrealHeaderTool">
<Compile Target="UnrealHeaderTool" Platform="Win64" Configuration="Development" Tag="#UHTFiles"/>
<Log Message="The following files are part of UnrealHeaderTool:" Files="#UHTFiles"/>
</Node>
</Agent>
<Aggregate Name="Building Examples" Requires="Compile UnrealHeaderTool"/>
</BuildGraph>