mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-08 21:47:40 +00:00
Update musyx, Match and link snd_midictrl
This commit is contained in:
13
configure.py
13
configure.py
@@ -250,6 +250,7 @@ cflags_musyx = [
|
||||
"-O4,p",
|
||||
"-fp hard",
|
||||
"-enum int",
|
||||
"-sym on",
|
||||
"-Cpp_exceptions off",
|
||||
"-str reuse,pool,readonly",
|
||||
"-fp_contract off",
|
||||
@@ -1265,11 +1266,11 @@ config.libs = [
|
||||
],
|
||||
},
|
||||
MusyX(
|
||||
# debug=True,
|
||||
# mw_version="GC/1.2.5",
|
||||
# major=1,
|
||||
# minor=5,
|
||||
# patch=3,
|
||||
#debug=True,
|
||||
#mw_version="GC/1.2.5n",
|
||||
#major=1,
|
||||
#minor=5,
|
||||
#patch=3,
|
||||
objects=[
|
||||
Object(Matching, "musyx/runtime/seq.c"),
|
||||
Object(Matching, "musyx/runtime/synth.c"),
|
||||
@@ -1289,7 +1290,7 @@ config.libs = [
|
||||
Object(Matching, "musyx/runtime/snd3d.c"),
|
||||
Object(Matching, "musyx/runtime/snd_init.c"),
|
||||
Object(Matching, "musyx/runtime/snd_math.c"),
|
||||
Object(NonMatching, "musyx/runtime/snd_midictrl.c"),
|
||||
Object(Matching, "musyx/runtime/snd_midictrl.c"),
|
||||
Object(Matching, "musyx/runtime/snd_service.c"),
|
||||
Object(Matching, "musyx/runtime/hardware.c"),
|
||||
Object(Matching, "musyx/runtime/hw_aramdma.c"),
|
||||
|
||||
Reference in New Issue
Block a user