Skip to content

Commit

Permalink
Update musyx, Match and link snd_midictrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Dec 16, 2024
1 parent cecf730 commit 10d6750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
"-O4,p",
"-fp hard",
"-enum int",
"-sym on",
"-Cpp_exceptions off",
"-str reuse,pool,readonly",
"-fp_contract off",
Expand Down Expand Up @@ -1265,11 +1266,11 @@ def MatchingFor(*versions):
],
},
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"),
Expand All @@ -1289,7 +1290,7 @@ def MatchingFor(*versions):
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"),
Expand Down

0 comments on commit 10d6750

Please sign in to comment.