From 67a76dce2c06e424e8d30b18eb69c4693ee3f905 Mon Sep 17 00:00:00 2001 From: "Gie \"Max\" Vanommeslaeghe" Date: Sun, 5 Dec 2021 19:17:21 +0100 Subject: [PATCH] Create CMakeVariables --- CMakeVariables | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CMakeVariables diff --git a/CMakeVariables b/CMakeVariables new file mode 100644 index 00000000..bbed7d46 --- /dev/null +++ b/CMakeVariables @@ -0,0 +1,18 @@ +PROJECT_VERSION_MAJOR=1 +PROJECT_VERSION_MINOR=0 +PROJECT_VERSION_PATCH=0 +# LICENSE +LICENSE=AGPL-3.0 +# The network version. +# 171023 - Darkflame Universe client +# 171022 - Unmodded client +NET_VERSION=171023 +# Debugging +# __dynamic=1 +# Set __dynamic to 1 to enable the -rdynamic flag for the linker, yielding some symbols in crashlogs. +# __ggdb=1 +# Set __ggdb to 1 to enable the -ggdb flag for the linker, including more debug info. +# __include_backtrace__=1 +# Set __include_backtrace__ to 1 to includes the backtrace library for better crashlogs. +# __compile_backtrace__=1 +# Set __compile_backtrace__ to 1 to compile the backtrace library instead of using system libraries.