Split most of the rest of board RELs

w04, w05, w20, and w21 are split
This commit is contained in:
gamemasterplc 2024-01-18 15:30:13 -06:00
parent 270e67e011
commit f3e6d3754e
11 changed files with 171 additions and 39 deletions

View file

@ -920,6 +920,28 @@ config.libs = [
Object(NonMatching, "REL/w03Dll/mg_item.c"),
}
),
Rel('w04Dll',
objects = {
Object(Matching, "REL/board_executor.c"),
Object(NonMatching, "REL/w04Dll/main.c"),
Object(NonMatching, "REL/w04Dll/bridge.c"),
Object(NonMatching, "REL/w04Dll/boo_event.c"),
Object(NonMatching, "REL/w04Dll/big_boo.c"),
Object(NonMatching, "REL/w04Dll/mg_item.c"),
Object(NonMatching, "REL/w04Dll/mg_coin.c"),
}
),
Rel('w05Dll',
objects = {
Object(Matching, "REL/board_executor.c"),
Object(NonMatching, "REL/w05Dll/main.c"),
Object(NonMatching, "REL/w05Dll/hotel.c"),
Object(NonMatching, "REL/w05Dll/monkey.c"),
Object(NonMatching, "REL/w05Dll/dolphin.c"),
Object(NonMatching, "REL/w05Dll/mg_item.c"),
Object(NonMatching, "REL/w05Dll/mg_coin.c"),
}
),
Rel('w10Dll',
objects = {
Object(Matching, "REL/board_executor.c"),
@ -929,6 +951,18 @@ config.libs = [
Object(Matching, "REL/w10Dll/tutorial.c"),
}
),
Rel('w20Dll',
objects = {
Object(Matching, "REL/board_executor.c"),
Object(NonMatching, "REL/w20Dll/main.c"),
}
),
Rel('w21Dll',
objects = {
Object(Matching, "REL/board_executor.c"),
Object(NonMatching, "REL/w21Dll/main.c"),
}
),
]
if args.mode == "configure":