Move the OpenAL stub to sys/stub/

This commit is contained in:
dhewg 2011-12-11 14:44:30 +01:00
parent 26f7a392a8
commit bd1fe41b0e
2 changed files with 3 additions and 3 deletions

View file

@ -212,6 +212,7 @@ if ( local_dedicated == 0 ):
else:
sys_string += ' \
stub/stub_gl.cpp \
stub/openal_stub.cpp \
linux/dedicated.cpp'
sys_list = scons_utils.BuildList( 'sys', sys_string )
@ -270,7 +271,6 @@ if ( local_dedicated == 0 ):
source_list = core_list
source_list += idlib_objects
source_list += sound_lib
source_list += [ '../../openal/stubs.cpp' ]
source_list += g_env_noopt.StaticObject( '../../tools/compilers/dmap/optimize_gcc.cpp' )

View file

@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms
===========================================================================
*/
#include "../idlib/precompiled.h"
#include "../sound/snd_local.h"
#include "../../idlib/precompiled.h"
#include "../../sound/snd_local.h"
AL_API ALenum AL_APIENTRY alGetError() {
return AL_NO_ERROR;