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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user