diff --git a/configure.py b/configure.py index f8ebc4dc..859c3d18 100644 --- a/configure.py +++ b/configure.py @@ -1055,7 +1055,7 @@ config.libs = [ Object(Matching, "REL/executor.c"), Object(NonMatching, "REL/resultDll/main.c"), Object(NonMatching, "REL/resultDll/battle.c"), - Object(NonMatching, "REL/resultDll/datalist.c"), + Object(Matching, "REL/resultDll/datalist.c"), } ), Rel('safDll', @@ -1141,8 +1141,8 @@ config.libs = [ Object(Matching, "REL/w06Dll/main.c"), Object(Matching, "REL/w06Dll/mg_item.c"), Object(Matching, "REL/w06Dll/mg_coin.c"), - Object(NonMatching, "REL/w06Dll/fire.c"), - Object(NonMatching, "REL/w06Dll/bridge.c"), + Object(Matching, "REL/w06Dll/fire.c"), + Object(Matching, "REL/w06Dll/bridge.c"), Object(NonMatching, "REL/w06Dll/bowser.c"), } ),