• src/build/Common.bmake

    From rswindell@VERT to CVS commit on Friday, March 20, 2020 11:24:21
    src/build Common.bmake 1.53 1.54
    Update of /cvsroot/sbbs/src/build
    In directory cvs:/tmp/cvs-serv31509

    Modified Files:
    Common.bmake
    Log Message:
    The "echo y" trick here doesn't work (e.g. clean rule doesn't actually delete any files), so use "del /q" instead.


    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wednesday, April 29, 2020 17:56:59
    src/build Common.bmake 1.54 1.55
    Update of /cvsroot/sbbs/src/build
    In directory cvs:/tmp/cvs-serv16834/build

    Modified Files:
    Common.bmake
    Log Message:
    Completely disentangle xpdev/xpbeep.c from conio/sdlfuncs.c
    SDL audio should work from any thread, and on the platforms that care,
    SDL video is coddled appropriately.
    The only question is around SDL_Quit() in an audio-only build, but we
    can punt on that since the default builds will never do that... the only
    thing I'm aware of that could be broken that way is tone, which nobody
    likes anyway.




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