[sldev] How do I remove fmod from viewer?

Thomas Shikami thomas.shikami at online.de
Fri Jun 19 13:20:42 PDT 2009


izze euler wrote:
> I would like to exclude Fmod from my viewer. Apart from excluding 
> files for Fmod, do I need to make any changes to the source code? If 
> so, are there any instructions for how to do this? I need to be able 
> to distribute my viewer.
this is easy, just do not put any fmod libraries into your working copy, 
develop.py should automatically detect that FMOD is missing and your 
viewer will compile without. To explicitely exlude fmod from a VS2005 
compile use something like:
develop.py -G VC80 configure -DFMOD:BOOL=OFF



More information about the SLDev mailing list