DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.73k stars 231 forks source link

Make ENABLE_MEM_RTL a target define #447

Closed Lgt2x closed 1 week ago

Lgt2x commented 2 weeks ago

444 introduced ENABLE_MEM_RTL define to control memory management functions. This define was only active for the Descent3 target, so all libraries did not have it. #445 made it global to avoid this shortcoming, but the right solution is to make it a mem target define, so all modules need to link with it.