mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 13:07:40 +00:00
15
configure.py
15
configure.py
@@ -919,13 +919,22 @@ LIBS = [
|
||||
},
|
||||
{
|
||||
"lib": "musyx",
|
||||
#"mw_version": "1.2.5",
|
||||
#"cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int -DMUSY_VERSION_MAJOR=1 -DMUSY_VERSION_MINOR=5 -DMUSY_VERSION_PATCH=3",
|
||||
|
||||
### MusyX 1.5.3 (debug)
|
||||
# "mw_version": "1.2.5",
|
||||
# "cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int -DMUSY_VERSION_MAJOR=1 -DMUSY_VERSION_MINOR=5 -DMUSY_VERSION_PATCH=3",
|
||||
|
||||
### MusyX 2.0.3 (debug)
|
||||
# "mw_version": "1.3.2",
|
||||
# "cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int -DMUSY_VERSION_MAJOR=2 -DMUSY_VERSION_MINOR=0 -DMUSY_VERSION_PATCH=3",
|
||||
|
||||
### MusyX 1.5.4 (release)
|
||||
"mw_version": "1.3.2",
|
||||
"cflags": "$cflags_musyx -DMUSY_VERSION_MAJOR=1 -DMUSY_VERSION_MINOR=5 -DMUSY_VERSION_PATCH=4",
|
||||
|
||||
"host": False,
|
||||
"objects": [
|
||||
["musyx/runtime/seq", False],
|
||||
["musyx/runtime/seq", True],
|
||||
["musyx/runtime/synth", False],
|
||||
["musyx/runtime/seq_api", True],
|
||||
["musyx/runtime/snd_synthapi", True, {"add_to_all": False}],
|
||||
|
||||
Reference in New Issue
Block a user