• src/build/Common.gmake

    From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, February 04, 2025 19:50:50
    https://gitlab.synchro.net/main/sbbs/-/commit/056e9d482d8b5cb9d5304a7d
    Modified Files:
    src/build/Common.gmake
    Log Message:
    Default GNUmake to Vista/IE7 as well

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, February 04, 2025 20:58:51
    https://gitlab.synchro.net/main/sbbs/-/commit/bc44e1cb87ce70db40d49c5c
    Modified Files:
    src/build/Common.gmake
    Log Message:
    Actually, bump Gmake builds to Windows 7.

    Vista ended support before XP did, and it doesn't seem to show up
    on any usage lists (while XP still has 0.27% of all Windows systems...
    which are 25.46% of systems on the internet)

    https://gs.statcounter.com/os-market-share

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, October 02, 2025 09:46:29
    https://gitlab.synchro.net/main/sbbs/-/commit/906af1d39a0bfcf563a094dc
    Modified Files:
    src/build/Common.gmake
    Log Message:
    POSIX has deprecated egrep

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, October 02, 2025 09:48:31
    https://gitlab.synchro.net/main/sbbs/-/commit/19659a906fbe0cc07ce34689
    Modified Files:
    src/build/Common.gmake
    Log Message:
    Fix Haiku header dir

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, October 11, 2025 09:39:19
    https://gitlab.synchro.net/main/sbbs/-/commit/406ff967a5cdd2cc44059789
    Modified Files:
    src/build/Common.gmake
    Log Message:
    Stop undefing __STRICT_ANSI__

    Not sure why this is here, but mingw says it's not supported.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, January 03, 2026 15:07:19
    https://gitlab.synchro.net/main/sbbs/-/commit/b6a025d161c13f18f9382e51
    Modified Files:
    src/build/Common.gmake
    Log Message:
    Supported versions of NetBSD support C17 now

    So let's use it.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, April 20, 2026 22:42:24
    https://gitlab.synchro.net/main/sbbs/-/commit/2e9f5ef848e0d1ca21cea15c
    Modified Files:
    src/build/Common.gmake
    Log Message:
    Default to use SDL audio on Haiku

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, August 02, 2026 20:14:25
    https://gitlab.synchro.net/main/sbbs/-/commit/5d8ba0be94dcb24bfbd7fea2
    Modified Files:
    src/build/Common.gmake
    Log Message:
    Note why Win32 is excluded from PREFER_POLL

    The bare ifneq gives no hint that the exclusion is deliberate, and the
    Windows poll() path has never been compiled: WSAPoll() rejects an empty descriptor set and POLLPRI, both of which the PREFER_POLL code passes it.

    Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>

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