More synthmacros, add txwin for the lulz

Former-commit-id: c5a176c51b
This commit is contained in:
2023-02-25 20:51:09 -08:00
parent bc53dead2e
commit b97f296ccd
9 changed files with 1958 additions and 124 deletions

View File

@@ -959,6 +959,15 @@ LIBS = [
["musyx/runtime/profile", True],
],
},
{
"lib": "txwin",
"mw_version": "1.2.5",
"cflags": "-Cpp_exceptions off -proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int ",
"host": False,
"objects": [
["musyx/txwin/txwin", False],
],
},
{
"lib": "dtk",
"mw_version": "1.2.5",