mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2025-02-15 00:31:20 +00:00
16 lines
285 B
C
16 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
|