mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 19:07:41 +00:00
Split zlib for KOR
This commit is contained in:
28
configure.py
28
configure.py
@@ -1018,16 +1018,16 @@ config.libs = [
|
||||
"progress_category": "third_party",
|
||||
"shift_jis": False,
|
||||
"objects": [
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/adler32.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/deflate.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/infblock.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/infcodes.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/inffast.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/inflate.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/inftrees.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/infutil.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/trees.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/zlib/zutil.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/adler32.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/deflate.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/infblock.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/infcodes.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/inffast.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/inflate.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/inftrees.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/infutil.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/trees.c"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/zlib/zutil.c"),
|
||||
],
|
||||
},
|
||||
# TODO: Merge this with zlib and Kyoto1
|
||||
@@ -1035,12 +1035,12 @@ config.libs = [
|
||||
"Kyoto2",
|
||||
"core",
|
||||
[
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/CARAMManager.cpp"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/CARAMManager.cpp"),
|
||||
Object(NonMatching, "Kyoto/Math/CFrustumPlanes.cpp"),
|
||||
Object(NonMatching, "Kyoto/Graphics/CCubeMaterial.cpp"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/Graphics/CCubeSurface.cpp"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/Animation/CCharAnimTime.cpp"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Kyoto/Animation/CSegIdList.cpp"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Graphics/CCubeSurface.cpp"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Animation/CCharAnimTime.cpp"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Animation/CSegIdList.cpp"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Input/CFinalInput.cpp"),
|
||||
Object(MatchingFor("GM8E01_00", "GM8E01_01", "GM8E01_48"), "Kyoto/Graphics/CColor.cpp"),
|
||||
Object(NonMatching, "Kyoto/Audio/DolphinCAudioGroupSet.cpp"),
|
||||
|
||||
Reference in New Issue
Block a user