Subj : src/conio/Common.gmake GNUmakefile Makefile ciolib.c sdlfuncs.c sdlfuncs.h To : CVS commit From : deuce Date : Wed Apr 29 2020 06:57 pm src/conio Common.gmake 1.79 1.80 GNUmakefile 1.46 1.47 Makefile 1.23 1.24 ciolib.c 1.196 1.197 sdlfuncs.c 1.52 1.53 sdlfuncs.h 1.31 1.32 Update of /cvsroot/sbbs/src/conio In directory cvs:/tmp/cvs-serv16834/conio Modified Files: Common.gmake GNUmakefile Makefile ciolib.c sdlfuncs.c sdlfuncs.h 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. .