Build fixage for the changed build config

This commit is contained in:
Petr Mrázek
2014-04-06 03:48:59 +02:00
parent e58e2643ca
commit f9169654c5
5 changed files with 350 additions and 147 deletions

View File

@@ -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@";