Split early translation units

This commit is contained in:
gamemasterplc 2023-11-22 08:59:27 -06:00
parent 2e6017ef93
commit 3e16f21568
4 changed files with 79 additions and 57 deletions

View file

@ -222,6 +222,9 @@ config.libs = [
"cflags": cflags_game,
"host": False,
"objects": [
Object(NonMatching, "game/main.c"),
Object(NonMatching, "game/pad.c"),
Object(NonMatching, "game/dvd.c"),
Object(Matching, "game/malloc.c"),
Object(Matching, "game/memory.c"),
Object(NonMatching, "game/sprman.c"),