Split early translation units
This commit is contained in:
parent
2e6017ef93
commit
3e16f21568
4 changed files with 79 additions and 57 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue