Creating an FMOD package for Autobuild

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Creating your own FMOD package archive for autobuild to use.

An autobuild installable package is a bz2 archive containing these directories: |-bin | |-include | |-lib | |-debug | | | |-release | |-LICENSES Empty directories may be omitted.

For FMOD, you need to place fmod375\api\inc\fmod.h and fmod_errors.h into the include directory, fmod375\api\lib\fmodvc.lib into lib\debug and lib\release (rename it to fmod.lib), and fmod375\api\fmod.dll also into lib\debug and lib\release. The appropriate license should be placed in LICENSES. Once these files are in place, archive the directory structure into a bz2 file.