Creating an FMOD package for Autobuild

From Second Life Wiki
Revision as of 14:59, 15 April 2011 by Ima Mechanique (talk | contribs) (Created page with " Creating your own FMOD package archive for autobuild to use. An autobuild installable package is a bz2 archive containing these directories: |-bin | |-include | |-lib | |-deb…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.