mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
03f99058c3
The fix as suggested by Jonas Kulla on the mailing list is also in. There hasn't been any extensive testing, and it may not yet compile on platforms other than win32.
18 lines
404 B
C
18 lines
404 B
C
#ifndef __BBGE_COMPILE_CONFIG_H__
|
|
#define __BBGE_COMPILE_CONFIG_H__
|
|
|
|
#ifndef BBGE_SKIP_CONFIG_HEADERS
|
|
|
|
#define BBGE_BUILD_SDL 1
|
|
#define BBGE_BUILD_FRAMEBUFFER 1
|
|
#define BBGE_BUILD_SHADERS 1
|
|
#define BBGE_BUILD_OPENGL 1
|
|
#define BBGE_BUILD_OPENGL_DYNAMIC 1
|
|
#define BBGE_BUILD_FMOD_OPENAL_BRIDGE 1
|
|
#define BBGE_BUILD_ACHIEVEMENTS_INTERNAL 1
|
|
#define BBGE_BUILD_VFS 1
|
|
#define BBGE_BUILD_SDL2 1
|
|
|
|
#endif
|
|
|
|
#endif
|