Link snd_synthapi

Former-commit-id: 20cb8ee9ecdd41d276fdb41d2473659b08dd8fcf
This commit is contained in:
2023-10-13 10:26:03 -07:00
parent 09a8bba742
commit 54971c1dcb
4 changed files with 168 additions and 86 deletions

View File

@@ -200,7 +200,9 @@ cflags_musyx_debug = [
"-nosyspath",
"-i include",
"-i libc",
"-g -sym on -D_DEBUG=1",
"-g",
"-sym on",
"-D_DEBUG=1",
"-enum int",
"-D_MATH_INLINE=static",
]
@@ -1156,16 +1158,16 @@ 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(NonMatching, "musyx/runtime/snd_synthapi.c"),
Object(Matching, "musyx/runtime/snd_synthapi.c"),
Object(NonMatching, "musyx/runtime/stream.c"),
Object(NonMatching, "musyx/runtime/synthdata.c"),
Object(NonMatching, "musyx/runtime/synthmacros.c"),