---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From rswindell@VERT 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.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From deuce@VERT 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.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
From Rob Swindell@VERT to Git commit to sbbs/master on Sun Nov 22 01:11:29 2020