Split and Symbolize some translation units

hsfman.c, fault.c, window.c, and messdata.c are the four translation units split and symbolized
This commit is contained in:
gamemasterplc 2023-11-25 00:22:44 -06:00
parent a415e08ac4
commit 44fd16cb15
3 changed files with 304 additions and 276 deletions

View file

@ -245,8 +245,12 @@ config.libs = [
Object(NonMatching, "game/sprput.c"),
Object(NonMatching, "game/hsfload.c"),
Object(NonMatching, "game/hsfdraw.c"),
Object(NonMatching, "game/hsfman.c"),
Object(NonMatching, "game/fault.c"),
Object(NonMatching, "game/frand.c"),
Object(Matching, "game/ovllist.c"),
Object(NonMatching, "game/window.c"),
Object(NonMatching, "game/messdata.c"),
],
},
{