This commit is contained in:
2023-08-26 14:24:42 +03:00
parent b1a080f482
commit bac8b3c70d
10 changed files with 20118 additions and 27 deletions

View File

@@ -20,11 +20,9 @@ public class GameTarget : GameProjectTarget
LinkType = TargetLinkType.Monolithic;
if (LinkType == TargetLinkType.Monolithic)
{
Modules.Add("Main");
OutputType = TargetOutputType.Executable;
}
Modules.Add("Game");
}