• src/build/Common.gmake sr

    From Deuc¿@VERT to Git commit to main/sbbs/m on Tue Feb 20 14:32:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b1ac0e76cf6d2967c3f20038
    Modified Files:
    src/build/Common.gmake src/xpdev/genwrap.c genwrap.h
    Log Message:
    Some fixups to allow mingw-w64 to be used where mingw32 is currently working.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Sun Mar 17 13:04:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/2cb2d203867cf1c42740109e
    Modified Files:
    src/build/Common.gmake src/conio/Common.gmake src/xpdev/Common.gmake Log Message:
    Apparently -framework is a link flag, not a compile one

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Sun Mar 17 15:50:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/ba3763054755063afed4b714
    Modified Files:
    src/build/Common.gmake src/conio/sdl_con.c
    Log Message:
    Some more macOS fixes...

    1) Use static SDL since it's required by both conio and XPDev
    2) Since the SDL thread will always run, any attempt to shut down
    the SDL thread calls exit(0). Not exactly what we want to
    return, but at least this makes it not hang waiting for the
    impossible.

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