liamkf / msfastbuild

Utility to build vcxproj and sln files with FASTBuild
MIT License
86 stars 42 forks source link

add unreal engine build support? #21

Closed molixiaoge closed 7 years ago

molixiaoge commented 7 years ago

Unreal engine source is so big,which build is so dispirited!So do you want to support it?

liamkf commented 7 years ago

Hi there! Sorry for the delay in responding!

The Unreal engine has its own build dependency checker and unity file creation in the UnrealBuildTool, and doesn't use the msbuild system, so msfastbuild is not really attempting to solve that problem.

That being said we have spent some time on some code to generate workable fastbuild configuration files here, but its benefits mainly come from allowing the distribution of the build over the network as well as taking advantage of the fastbuild cache.

Cheers, Liam