mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 05:47:41 +00:00
Match and link synthdata.c
Former-commit-id: bc178e5cb1c77d5e8df29dc71b82e14734f2572d
This commit is contained in:
12
configure.py
12
configure.py
@@ -1161,18 +1161,18 @@ config.libs = [
|
||||
],
|
||||
},
|
||||
MusyX(
|
||||
# debug=True,
|
||||
# mw_version="GC/1.2.5",
|
||||
# major=1,
|
||||
# minor=5,
|
||||
# patch=3,
|
||||
#debug=True,
|
||||
#mw_version="GC/1.2.5",
|
||||
#major=1,
|
||||
#minor=5,
|
||||
#patch=3,
|
||||
objects=[
|
||||
Object(Matching, "musyx/runtime/seq.c"),
|
||||
Object(Matching, "musyx/runtime/synth.c"),
|
||||
Object(Matching, "musyx/runtime/seq_api.c"),
|
||||
Object(Matching, "musyx/runtime/snd_synthapi.c"),
|
||||
Object(NonMatching, "musyx/runtime/stream.c"),
|
||||
Object(NonMatching, "musyx/runtime/synthdata.c"),
|
||||
Object(Matching, "musyx/runtime/synthdata.c"),
|
||||
Object(NonMatching, "musyx/runtime/synthmacros.c"),
|
||||
Object(NonMatching, "musyx/runtime/synthvoice.c"),
|
||||
Object(Matching, "musyx/runtime/synth_ac.c"),
|
||||
|
||||
Reference in New Issue
Block a user