• src/build/Common.bmake

    From rswindell to CVS commit on Fri Mar 20 12:24:21 2020
    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.

  • From deuce to CVS commit on Wed Apr 29 18:56:59 2020
    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.



  • From Rob Swindell to Git commit to sbbs/master on Sun Nov 22 01:11:29 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/acdd7086b664a36cf3f20db2
    Modified Files:
    src/build/Common.bmake
    Log Message:
    So the Borland C++ Compiler we currently use has stdint.h

    so define HAS_STDINT_H
  • From Rob Swindell to Git commit to main/sbbs/master on Sun Jan 10 22:09:27 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/65a698797bc2326c6ace2c3e
    Modified Files:
    src/build/Common.bmake
    Log Message:
    Define 3RDP_ROOT by default, when not already defined

    Needed for CIOLIB builds.
  • From Deuc╨╡ to Git commit to main/sbbs/master on Sun May 7 00:20:16 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/f29f1f3e04500eabc56453b3
    Modified Files:
    src/build/Common.bmake
    Log Message:
    Geeze, we still use bmake.