Add symbols for instdll and resultdll in us (#562)
* Label most of w01Dll * Add symbols for instdll and resultdll in us * Fix pal symbols for instDll * Build resultdll+symbols for pal
This commit is contained in:
parent
ea3af4e95a
commit
560a592518
12 changed files with 1876 additions and 1875 deletions
|
|
@ -1457,9 +1457,9 @@ config.libs = [
|
|||
Rel(
|
||||
"resultDll",
|
||||
objects={
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/resultDll/main.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/resultDll/battle.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/resultDll/datalist.c"),
|
||||
Object(Matching, "REL/resultDll/main.c"),
|
||||
Object(Matching, "REL/resultDll/battle.c"),
|
||||
Object(Matching, "REL/resultDll/datalist.c"),
|
||||
},
|
||||
),
|
||||
Rel(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue