From f9169654c57d56a900157bbbf6ceab60fac1f800 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 6 Apr 2014 03:48:59 +0200 Subject: Build fixage for the changed build config --- Config.cpp.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Config.cpp.in') diff --git a/Config.cpp.in b/Config.cpp.in index 4d3d0079..8051e1b4 100644 --- a/Config.cpp.in +++ b/Config.cpp.in @@ -4,8 +4,6 @@ Config BuildConfig; Config::Config() { - static bool ON = true; - static bool OFF = false; // Version information VERSION_MAJOR = @MultiMC_VERSION_MAJOR@; VERSION_MINOR = @MultiMC_VERSION_MINOR@; @@ -27,8 +25,8 @@ Config::Config() NOTIFICATION_URL = "@MultiMC_NOTIFICATION_URL@"; FULL_VERSION_STR = "@MultiMC_VERSION_MAJOR@.@MultiMC_VERSION_MINOR@.@MultiMC_VERSION_BUILD@"; - UPDATER_DRY_RUN = @MultiMC_UPDATER_DRY_RUN@; - UPDATER_FORCE_LOCAL = @MultiMC_UPDATER_FORCE_LOCAL@; + UPDATER_DRY_RUN = @MultiMC_UPDATER_DRY_RUN_value@; + UPDATER_FORCE_LOCAL = @MultiMC_UPDATER_FORCE_LOCAL_value@; GIT_COMMIT = "@MultiMC_GIT_COMMIT@"; VERSION_STR = "@MultiMC_VERSION_STRING@"; -- cgit