_backup
This commit is contained in:
@@ -20,11 +20,9 @@ public class GameTarget : GameProjectTarget
|
||||
LinkType = TargetLinkType.Monolithic;
|
||||
if (LinkType == TargetLinkType.Monolithic)
|
||||
{
|
||||
|
||||
Modules.Add("Main");
|
||||
OutputType = TargetOutputType.Executable;
|
||||
}
|
||||
|
||||
Modules.Add("Game");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user