This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a7949da9a6838fe70985f0df351d761df8758d02
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealBuildTool
/
Mac
History
Ben Marsh
0aa484bda0
Toolchains are now instanced to allow storing project and target specific configuration details. Required for UBT to support multiple targets. Removed IUEToolChain, which wasn't being used directly.
...
[CL 2707252 by Ben Marsh in Main branch]
2015-09-27 13:05:49 -04:00
..
MacProjectGenerator.cs
Convert everything in UBT to use standard C# XML comments, so IntelliSense can display useful information in tooltips.
2015-09-24 13:47:13 -04:00
MacToolChain.cs
Toolchains are now instanced to allow storing project and target specific configuration details. Required for UBT to support multiple targets. Removed IUEToolChain, which wasn't being used directly.
2015-09-27 13:05:49 -04:00
UEBuildMac.cs
Toolchains are now instanced to allow storing project and target specific configuration details. Required for UBT to support multiple targets. Removed IUEToolChain, which wasn't being used directly.
2015-09-27 13:05:49 -04:00
UEDeployMac.cs
Instance deployment handlers, rather than having a single shared instance. Required to support multiple build targets in UBT. Creation is through a method on the UEBuildPlatform.
2015-09-25 08:37:49 -04:00