mirror of
https://github.com/minetest/minetest.git
synced 2024-12-24 23:22:24 +01:00
Remove duplication in config.h
This commit is contained in:
parent
7993909fab
commit
8af332c9a7
@ -11,17 +11,13 @@
|
|||||||
|
|
||||||
#if defined USE_CMAKE_CONFIG_H
|
#if defined USE_CMAKE_CONFIG_H
|
||||||
#include "cmake_config.h"
|
#include "cmake_config.h"
|
||||||
#elif defined (__ANDROID__)
|
#else
|
||||||
|
#if defined (__ANDROID__)
|
||||||
#define PROJECT_NAME "minetest"
|
#define PROJECT_NAME "minetest"
|
||||||
#define PROJECT_NAME_C "Minetest"
|
#define PROJECT_NAME_C "Minetest"
|
||||||
#define STATIC_SHAREDIR ""
|
#define STATIC_SHAREDIR ""
|
||||||
#define VERSION_STRING STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH) STR(VERSION_EXTRA)
|
#define VERSION_STRING STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH) STR(VERSION_EXTRA)
|
||||||
#ifdef NDEBUG
|
|
||||||
#define BUILD_TYPE "Release"
|
|
||||||
#else
|
|
||||||
#define BUILD_TYPE "Debug"
|
|
||||||
#endif
|
#endif
|
||||||
#else
|
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
#define BUILD_TYPE "Release"
|
#define BUILD_TYPE "Release"
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user