• src/syncterm/CMakeLists.txt

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Apr 18 13:51:29 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/c6a4e326bb4a28be5e257118
    Modified Files:
    src/syncterm/CMakeLists.txt
    Log Message:
    Fix CMake on macOS to use static JPEG XL libs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Apr 19 01:13:13 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/0ee57a3a371db696d661178b
    Modified Files:
    src/syncterm/CMakeLists.txt
    Log Message:
    Fix manpage install dir

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT 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>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT 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>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT 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>

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