wip extra w07 board rel
This commit is contained in:
parent
0a152cdcef
commit
60a9cf9edf
12 changed files with 38 additions and 6 deletions
12
configure.py
12
configure.py
|
|
@ -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={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue