[Super-tux-devel] --disable-sound and NOSOUND
Brought to you by:
wkendrick
From: Duong-Khang N. <neo...@us...> - 2003-12-18 14:03:58
|
Hi there, I think that the use of "#define NOSOUND" is justified by the fact that som= e=20 advanced users don't want the sound support compiled in as Bill said. So if= =20 we do not provide that compile time define anymore, we get the sound suppor= t=20 compiled in all the time.=20 In this case we will get rid of the NOSOUND #define but the sound support i= s=20 compiled in anyway. And the user can still disable the sound with=20 =2D-disable-sound. The problem is that we can not provide the compile time #define NOSOUND and= =20 then ignore it in the codes. It's just not logical :-D. You guys, have to=20 decide either we let the user the ability to choose to compile the sound=20 support or they have the sound support compiled in "forever :-)" >Tobias Gl=C3=A4=C3=9Fer (who comes from C++ and sees #define as his enemy = ;) ) Hmm, I think "#define" fits some programming needs just like the "goto"=20 command. That's why they're still around. You, Tobias, must have had a dark= =20 time with "#define"s :-D PS: PLEASE guys give a correct subject to your posts. I'm lost beetween all= =20 the "RE: something" messages |