- build and link against OpenAL instead of FMod on windows

Note: this needs to be changed in the projectfiles as well
This commit is contained in:
2003-02-09 20:51:14 +00:00
parent 5b8aee77a2
commit e20e2c0201
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
*/
#if defined (_WIN32)
#define USE_FMOD
#define USE_OPENAL
#elif defined (__linux__)
# if defined (__i386__)
# define USE_OPENAL