aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.cpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'buildconfig/BuildConfig.cpp.in')
-rw-r--r--buildconfig/BuildConfig.cpp.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in
index 1b223b5d..40940793 100644
--- a/buildconfig/BuildConfig.cpp.in
+++ b/buildconfig/BuildConfig.cpp.in
@@ -5,6 +5,16 @@ const Config BuildConfig;
Config::Config()
{
+ // Name and copyright
+ LAUNCHER_NAME = "@Launcher_Name@";
+ LAUNCHER_DISPLAYNAME = "@Launcher_DisplayName@";
+ LAUNCHER_COPYRIGHT = "@Launcher_Copyright@";
+ LAUNCHER_DOMAIN = "@Launcher_Domain@";
+ LAUNCHER_CONFIGFILE = "@Launcher_ConfigFile@";
+
+ USER_AGENT = "@Launcher_UserAgent@";
+ USER_AGENT_UNCACHED = USER_AGENT + " (Uncached)";
+
// Version information
VERSION_MAJOR = @Launcher_VERSION_MAJOR@;
VERSION_MINOR = @Launcher_VERSION_MINOR@;