Split first 4 board translation units
This commit is contained in:
parent
894293c2f3
commit
2c8b0169cc
3 changed files with 37 additions and 1 deletions
|
|
@ -280,6 +280,10 @@ config.libs = [
|
|||
Object(NonMatching, "game/flag.c"),
|
||||
Object(NonMatching, "game/saveload.c"),
|
||||
Object(NonMatching, "game/sreset.c"),
|
||||
Object(NonMatching, "game/board/main.c"),
|
||||
Object(NonMatching, "game/board/board.c"),
|
||||
Object(NonMatching, "game/board/model.c"),
|
||||
Object(NonMatching, "game/board/window.c"),
|
||||
],
|
||||
},
|
||||
DolphinLib(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue