• src/syncterm/CMakeLists.txt

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Aug 2 20:45:56 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/385588557c133cf28a524094
    Modified Files:
    src/syncterm/CMakeLists.txt
    Log Message:
    build: link Crypt32 with vendored Botan

    Propagate Botan's CryptoAPI dependency through the vendored
    CMake target when its Windows certificate-store module is enabled.

    Co-Authored-By: Codex <noreply@openai.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Aug 3 23:43:35 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/87cc48fa2783ed203710f0a6
    Modified Files:
    src/syncterm/CMakeLists.txt
    Log Message:
    syncterm: preserve ini crypt test entry point on Windows

    The xpdev usage requirements enable SDL audio, which makes gen_defs.h
    include SDL headers. On Windows those headers remap main to SDL_main, but
    the standalone ini_crypt_test links as a normal console executable and therefore fails with an unresolved main symbol.

    Define SDL_MAIN_HANDLED for this test, as the neighboring non-SDL test
    targets already do, so its ordinary main entry point remains intact.

    Co-Authored-By: OpenAI Codex <noreply@openai.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Aug 11 18:29:29 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/dc36222529f23697cbc82b8a
    Modified Files:
    src/syncterm/CMakeLists.txt
    Log Message:
    Fix MSVC SSH log test linking

    Keep SDL from remapping the test entry point and link the vendored Botan target explicitly. Use the C++ linker for Botan-backed test builds.

    Co-Authored-By: OpenAI Codex <noreply@openai.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)