[opensource-dev] 64 bit viewers build instructions

Henri Beauchamp sldev at free.fr
Fri Dec 9 02:11:41 PST 2016


On Thu, 8 Dec 2016 18:07:42 -0600, Nicky Perian wrote:

> Possible Correction, Parts of this were in declined Pull Request #4
> This is windows only Darwin and Linux will need a similar code.

Not needed for Darwin (the FMOD Ex Darwin library is a fat binary with
both 32 and 64 bits code in it).

For Linux, just add:
  elseif (LINUX)
    if (ADDRESS_SIZE EQUAL 64)
      set(FMODEX_LIBRARY 
          debug fmodexL64
          optimized fmodex64)
    else (ADDRESS_SIZE EQUAL 64)
      set(FMODEX_LIBRARY 
          debug fmodexL
          optimized fmodex)
    endif (ADDRESS_SIZE EQUAL 64)


Henri.


More information about the opensource-dev mailing list