build: update Premake5

This commit is contained in:
6arelyFuture 2025-04-01 18:36:58 +02:00
parent 86a5be8bb2
commit e5b8b29a01
Signed by: Future
GPG Key ID: F2000F181A4F7C85
3 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
env: env:
PREMAKE_VERSION: "5.0.0-beta5" PREMAKE_VERSION: "5.0.0-beta6"
jobs: jobs:
build: build:

View File

@ -60,7 +60,7 @@ filter {}
filter "configurations:release" filter "configurations:release"
optimize "Size" optimize "Size"
defines {"NDEBUG"} defines {"NDEBUG"}
flags {"FatalCompileWarnings"} fatalwarnings {"All"}
filter "toolset:msc*" filter "toolset:msc*"
buildoptions "/GL" buildoptions "/GL"

View File

@ -80,6 +80,9 @@ WEAK symbol<int(unsigned __int64, const void*, unsigned int)>
WEAK symbol<XAssetHeader(int type, const char* name, int allowCreateDefault)> WEAK symbol<XAssetHeader(int type, const char* name, int allowCreateDefault)>
DB_FindXAssetHeader{0x4B25C0}; DB_FindXAssetHeader{0x4B25C0};
WEAK symbol<int(char* dest, int size, const char* fmt, ...)> Com_sprintf{
0x450CF0};
// Variables // Variables
WEAK symbol<CmdArgs> cmd_args{0x1C96850}; WEAK symbol<CmdArgs> cmd_args{0x1C96850};
WEAK symbol<PlayerKeyState> playerKeys{0xB3A38C}; WEAK symbol<PlayerKeyState> playerKeys{0xB3A38C};