mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-23 07:16:15 +00:00
Added: in static, we don't compile fmod since it only exists in dynlib
This commit is contained in:
parent
42515f458e
commit
a3469ecd96
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