mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-20 17:51:02 +00:00
Move the OpenAL stub to sys/stub/
This commit is contained in:
parent
26f7a392a8
commit
bd1fe41b0e
2 changed files with 3 additions and 3 deletions
|
@ -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' )
|
||||
|
||||
|
|
|
@ -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;
|
Loading…
Reference in a new issue