2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-04-13 13:10:04 +03:00
Alibek Omarov b59bbb1c83
CMake improvements, add 64-bit support for use in Xash3D FWGS ()
* cmake: do not strip debuginfo during link if DEBUG was enabled
* cmake: use compiler id instead of env checks to determine Intel compiler or Clang
* cmake: introduce XASH_COMPAT option, which will let regamedll to be built for 64-bit and non-x86 targets
* cmake: add LibraryNaming module from hlsdk-portable repository and platform detection header
* cmake: now, integrate LibraryNaming into regamedll CMakeLists file. Disable x86 options on non-x86 platforms
* server: add support for 64-bit ABI used in Xash3D FWGS
2025-03-28 05:03:52 +07:00
..