Updating memory arena by hand because Gemini did something weird.

Added some os functions for memory handling.
Starting conversion to memory arena
This commit is contained in:
2026-01-31 23:20:26 -05:00
parent 0a75554071
commit 45ef1134f7
22 changed files with 647 additions and 64 deletions

View File

@@ -80,6 +80,15 @@
}
.LinkerOptions + .CRTLibs
// Pointing the entry point
.SubSystem = ' /SUBSYSTEM:WINDOWS'
If ( .BuildConfigName == 'Debug' )
{
^SubSystem = ' /SUBSYSTEM:WINDOWS' // We use console in debug
}
.LinkerOptions + .SubSystem
// Manifest
.LinkerAssemblyResources = .ManifestFile
.LinkerOptions + ' /MANIFEST:EMBED'