mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 13:07:40 +00:00
Link snd_synthapi
Former-commit-id: 20cb8ee9ecdd41d276fdb41d2473659b08dd8fcf
This commit is contained in:
16
configure.py
16
configure.py
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user