Monolithic build?

How do you build a monolithic (ie, a single executable) build of the engine? This page says “You can choose to build a monolithic executable in the BuildConfiguration.cs file.”

But I don’t see anything in there about it.

Add [FONT=courier new]LinkType = TargetLinkType.Monolithic; to your .Target.cs file.

1 Like