]> git.lizzy.rs Git - minetest.git/blob - src/config.h.in
fine-tuning of map generator and server and stuff.
[minetest.git] / src / config.h.in
1 // Filled in by the build system
2
3 #ifndef CONFIG_H
4 #define CONFIG_H
5
6 #define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
7 #define VERSION_STRING "@VERSION_STRING@"
8 #ifdef NDEBUG
9         #define BUILD_TYPE "Release"
10 #else
11         #define BUILD_TYPE "Debug"
12 #endif
13 #define BUILD_INFO "VER="VERSION_STRING" BUILD_DATE=@BUILD_DATE@ RUN_IN_PLACE=@RUN_IN_PLACE@ INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@ BUILD_TYPE="BUILD_TYPE
14
15 #endif
16