mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2025-02-24 12:51:18 +00:00
17 lines
285 B
C
17 lines
285 B
C
|
#ifndef __DOOM3_CONFIG_H__
|
||
|
#define __DOOM3_CONFIG_H__
|
||
|
|
||
|
#define BUILD_OS "ANDROID"
|
||
|
#define BUILD_CPU "ARM"
|
||
|
|
||
|
#define BUILD_LIBRARY_SUFFIX "/libd3es_game.so"
|
||
|
|
||
|
#define BUILD_LIBDIR "."
|
||
|
#define BUILD_DATADIR "."
|
||
|
|
||
|
//#cmakedefine HAVE_JPEG_MEM_SRC
|
||
|
|
||
|
//#define ID_ENABLE_CURL
|
||
|
|
||
|
#endif
|