feat: build actual final builds & contentpackage almost building

Previously Windows64 Release was just building debug with somethings disabled this builds 1:1 what 4J would of built for consoles using release

This also gets ContentPackage closer to building for Windows64
This commit is contained in:
2026-07-19 00:42:36 -04:00
parent 80f0e4845a
commit bb714b3706
10 changed files with 71 additions and 32 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ typedef XUID GameSessionUID;
#ifdef _FINAL_BUILD
#if defined(_FINAL_BUILD) && !defined(_WINDOWS64)
#define printf BREAKTHECOMPILE
#define wprintf BREAKTHECOMPILE
#undef OutputDebugString