mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 02:09:52 +00:00
Added: in static, we don't compile fmod since it only exists in dynlib
This commit is contained in:
parent
2605a167f1
commit
4f25a32a40
1 changed files with 4 additions and 0 deletions
|
@ -41,7 +41,11 @@ using namespace NLMISC;
|
||||||
# define NL_DSOUND_AVAILABLE 0
|
# define NL_DSOUND_AVAILABLE 0
|
||||||
# define NL_XAUDIO2_AVAILABLE 0
|
# define NL_XAUDIO2_AVAILABLE 0
|
||||||
#elif defined( NL_OS_UNIX )
|
#elif defined( NL_OS_UNIX )
|
||||||
|
#ifdef NL_STATIC
|
||||||
|
# define NL_FMOD_AVAILABLE 0
|
||||||
|
#else
|
||||||
# define NL_FMOD_AVAILABLE 1
|
# define NL_FMOD_AVAILABLE 1
|
||||||
|
#endif
|
||||||
# define NL_OPENAL_AVAILABLE 1
|
# define NL_OPENAL_AVAILABLE 1
|
||||||
# define NL_DSOUND_AVAILABLE 0
|
# define NL_DSOUND_AVAILABLE 0
|
||||||
# define NL_XAUDIO2_AVAILABLE 0
|
# define NL_XAUDIO2_AVAILABLE 0
|
||||||
|
|
Loading…
Reference in a new issue