minetest/src/config.h.in

12 lines
331 B
C
Raw Normal View History

2011-01-08 16:35:41 +01:00
// Filled in by the build system
#ifndef CONFIG_H
#define CONFIG_H
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
2011-01-08 18:35:14 +01:00
#define VERSION_STRING "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@"
#define BUILD_INFO "VER="VERSION_STRING" BUILD_DATE=@BUILD_DATE@ RUN_IN_PLACE=@RUN_IN_PLACE@ INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@"
2011-01-08 16:35:41 +01:00
#endif