bug 2723
* adds a shell script ./make-macosx-ub.sh that builds Mac OS X Universal Binary * fixes Mac OS X x86 VM crashes (-mstackrealign) * adds current working directory to the search path on Mac OS X to make working with .app bundles easier * various tweaks to make ioquake3 build against the 10.2 SDK * changed default OpenAL .dylib location to the path of the one included with the Framework bundled in 10.4 (for USE_OPENAL_DLOPEN) * updated to a Universal libSDL-1.2.0.dylib
This commit is contained in:
parent
7cb5edc9ed
commit
9a6fad9cf1
7 changed files with 165 additions and 47 deletions
|
@ -1524,6 +1524,8 @@ static ALCcontext *alContext;
|
|||
|
||||
#ifdef _WIN32
|
||||
#define ALDRIVER_DEFAULT "OpenAL32.dll"
|
||||
#elif defined(MACOS_X)
|
||||
#define ALDRIVER_DEFAULT "/System/Library/Frameworks/OpenAL.framework/OpenAL"
|
||||
#else
|
||||
#define ALDRIVER_DEFAULT "libopenal.so.0"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue