fix accidental reverting of matching files in configure.py
This commit is contained in:
parent
4af92d1e42
commit
d32bd99e23
1 changed files with 3 additions and 3 deletions
|
|
@ -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"),
|
||||
}
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue