wip extra w07 board rel

This commit is contained in:
Rainchus 2024-08-01 16:00:30 -05:00
parent 0a152cdcef
commit 60a9cf9edf
12 changed files with 38 additions and 6 deletions

View file

@ -1541,6 +1541,18 @@ config.libs = [
Object(Matching, "REL/w06Dll/bowser.c"),
},
),
Rel(
"w07Dll", # Custom Board
objects={
Object(Matching, "REL/board_executor.c"),
# Object(Matching, "REL/w07Dll/main.c"),
# Object(Matching, "REL/w06Dll/mg_item.c"),
# Object(Matching, "REL/w06Dll/mg_coin.c"),
# Object(Matching, "REL/w06Dll/fire.c"),
# Object(Matching, "REL/w06Dll/bridge.c"),
# Object(Matching, "REL/w06Dll/bowser.c"),
},
),
Rel(
"w10Dll", # Tutorial board
objects={