Port ztardll to PAL

This commit is contained in:
dbalatoni13 2024-12-15 23:14:45 +01:00
parent 9c915a08fd
commit 55901c1020
4 changed files with 294 additions and 214 deletions

View file

@ -1540,9 +1540,9 @@ config.libs = [
Rel(
"ztardll",
objects={
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/ztardll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/ztardll/font.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPJ01_00"), "REL/ztardll/select.c"),
Object(Matching, "REL/ztardll/main.c"),
Object(Matching, "REL/ztardll/font.c"),
Object(Matching, "REL/ztardll/select.c"),
},
),
]