• src/syncterm/CMakeLists.txt

    From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, July 31, 2026 14:10:57
    https://gitlab.synchro.net/main/sbbs/-/commit/e6b13932b112da1377373570
    Modified Files:
    src/syncterm/CMakeLists.txt
    Log Message:
    Add ssh.c after the DeuceSSH probe

    CMake populated the source list before the DeuceSSH configure probe
    could force WITHOUT_DEUCESSH on. A failed probe therefore still tried
    to compile ssh.c without the DeuceSSH headers or library.

    Add ssh.c directly to the target only when DeuceSSH remains enabled
    after the probe.

    Closes !708

    Co-authored-by: Andy Alt <andy.alt@vert.synchro.net>
    Co-authored-by: OpenAI Codex <noreply@openai.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, August 02, 2026 20:45:56
    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>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, August 11, 2026 18:29:29
    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>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net