Crash Backtraces have been replaced by libbacktrace (except for 32bit Windows builds) Crashlogs now contain alot more informations. and even more if your build has debug symbols Also allows 64bit Windows builds to produce Crashlogs! MISC ...
appveyor.yml Disable 64-bit Appveyor builds May 12, 2020 comptime.bat Starting from scratch. SRB2 v2.1.15 Jul 6, 2016 comptime.mk SRB2 2.1 release Mar 16, 2014 comptime.props MSVC: fixed up MSVC project May 22, 2016 comptime.sh Starting from scratch. SRB2 v2.1.15 Jul 6, 2016 ...
if(${SRB2_SYSTEM_BITS} EQUAL 64) set(ZLIB_LIBRARIES "-L${CMAKE_SOURCE_DIR}/libs/zlib/win32 -lz64") else() # 32-bit set(ZLIB_LIBRARIES "-L${CMAKE_SOURCE_DIR}/libs/zlib/win32 -lz32") endif() else() find_package(ZLIB) endif() if(${ZLIB_FOUND}) set(SRB2_HAVE_ZLIB ON)...