summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-18 15:05:29 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-18 15:05:29 +0200
commit3ef2629e847e1e7e239068bbf17bebd6d4ebfc95 (patch)
treed540c1068747ce73862237d80d6d04b15fa58eac /src/config.h.in
parent515a480d0e82fe77f1aae8115e81d720d7d1775b (diff)
downloadminetest-3ef2629e847e1e7e239068bbf17bebd6d4ebfc95.tar.gz
minetest-3ef2629e847e1e7e239068bbf17bebd6d4ebfc95.tar.bz2
minetest-3ef2629e847e1e7e239068bbf17bebd6d4ebfc95.zip
made old build system to work too. the cmake one doesn't make working binaries for some computers.
--HG-- rename : src/config.h.in => src/cmake_config.h.in
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/config.h.in b/src/config.h.in
deleted file mode 100644
index 42deb4bc5..000000000
--- a/src/config.h.in
+++ /dev/null
@@ -1,16 +0,0 @@
-// Filled in by the build system
-
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
-#define VERSION_STRING "@VERSION_STRING@"
-#ifdef NDEBUG
- #define BUILD_TYPE "Release"
-#else
- #define BUILD_TYPE "Debug"
-#endif
-#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
-
-#endif
-