build: change to xmake mgr.

This commit is contained in:
2025-07-05 23:26:12 +08:00
parent 1bf98cd0f7
commit a65764dd5b
27 changed files with 220 additions and 424 deletions

View File

@@ -4,7 +4,7 @@
#include "Console.h"
#ifndef COMPILER_USE_MINGW
#ifndef NO_CRASHELPER
#include <crashelper.h>
#endif
@@ -15,7 +15,7 @@ int main(int argc, char* argv[])
return 0;
}
#ifndef COMPILER_USE_MINGW
#ifndef NO_CRASHELPER
auto configDir = Util::GetCurConfigPath("frelay");
#ifdef _WIN32
backward::SetDumpFileSavePath(configDir + "/dumpfile");