Fix w02dll/main.c

This commit is contained in:
gamemasterplc 2024-04-01 11:48:20 -05:00
parent de29ef2cf8
commit 690ffa3d81
2 changed files with 22 additions and 22 deletions

View file

@ -1092,7 +1092,7 @@ config.libs = [
Rel('w02Dll',
objects = {
Object(Matching, "REL/board_executor.c"),
Object(NonMatching, "REL/w02Dll/main.c"),
Object(Matching, "REL/w02Dll/main.c"),
Object(NonMatching, "REL/w02Dll/dice.c"),
Object(NonMatching, "REL/w02Dll/gamble.c"),
Object(NonMatching, "REL/w02Dll/mg_coin.c"),