Port gamework.c to PAL (#467)

This commit is contained in:
dbalatoni13 2024-11-17 00:08:24 +01:00 committed by GitHub
parent 03e0dedb8e
commit be79577202
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 85 additions and 60 deletions

View file

@ -396,7 +396,7 @@ config.libs = [
Object(Matching, "game/perf.c"),
Object(Matching, "game/objmain.c"),
Object(Matching, "game/fault.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/gamework.c"),
Object(Matching, "game/gamework.c"),
Object(Matching, "game/objsysobj.c"),
Object(Matching, "game/objdll.c"),
Object(Matching, "game/frand.c"),