Fix linking with static libs, CVector3f work, Initial COutputStream

Former-commit-id: 693fe93eab
This commit is contained in:
2022-10-04 18:31:43 -07:00
parent e7ecda7a36
commit 3ed47d5cde
8 changed files with 284 additions and 12 deletions

View File

@@ -134,6 +134,7 @@ LIBS = [
"objects": ["MetroTRK/mslsupp"],
},
{
"lib": "MetroidPrimeCW",
"cflags": "$cflags_retro",
"mwcc_version": "1.3.2",
"objects": [
@@ -1111,7 +1112,7 @@ LIBS = [
]
# Create & link static libraries
# Currently broken due to deadstripping
# Disabled by default for now until we can get it working on windows/macOS
ENABLE_STATIC_LIBS = False
# On Windows, we need this to use && in commands