Add better win32 resource file injection to be done during linker call

This commit is contained in:
Wojtek Figat
2023-11-15 23:22:26 +01:00
parent ee6a311406
commit 6cad1e3309
7 changed files with 19 additions and 123 deletions

View File

@@ -14,11 +14,10 @@ public class FlaxGame : EngineTarget
{
base.Init();
// Initialize
OutputName = "FlaxGame";
ConfigurationName = "Game";
IsPreBuilt = false;
Win32ResourceFile = Path.Combine(Globals.EngineRoot, "Source", "FlaxGame.rc");
IsMonolithicExecutable = false;
}
/// <inheritdoc />