Sha256: edd8d9679527b3f6e357518a93a0b617545a5ff0bef8e1b611a8e391b424ba61

Contents?: true

Size: 440 Bytes

Versions: 74

Compression:

Stored size: 440 Bytes

Contents

// WARNING! THIS FILE IS GENERATED AUTOMATICALLY! DO NOT EDIT IT MANUALLY!

#include <string.h>

#include "app_build_configs.h"

static const char* keys[] = { ""
};

static const char* values[] = { ""
};

#define APP_BUILD_CONFIG_COUNT 1

const char* get_app_build_config_item(const char* key) {
  int i;
  for (i = 1; i < APP_BUILD_CONFIG_COUNT; i++) {
    if (strcmp(key, keys[i]) == 0) {
      return values[i];
    }
  }
  return 0;
}

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
rhodes-3.3.5 platform/shared/common/app_build_configs.c
rhodes-3.4.2 platform/shared/common/app_build_configs.c
rhodes-3.3.4 platform/shared/common/app_build_configs.c
rhodes-3.3.3 platform/shared/common/app_build_configs.c
rhodes-3.3.3.beta.4 platform/shared/common/app_build_configs.c
rhodes-3.3.3.beta.3 platform/shared/common/app_build_configs.c
rhodes-3.3.3.beta.2 platform/shared/common/app_build_configs.c
rhodes-3.3.3.beta.1 platform/shared/common/app_build_configs.c
rhodes-3.3.2 platform/shared/common/app_build_configs.c
rhodes-3.3.2.beta.7 platform/shared/common/app_build_configs.c
rhodes-3.3.2.beta.6 platform/shared/common/app_build_configs.c
rhodes-3.3.2.beta.5 platform/shared/common/app_build_configs.c
rhodes-3.3.2.beta.4 platform/shared/common/app_build_configs.c
rhodes-3.3.2.beta.3 platform/shared/common/app_build_configs.c
rhodes-3.3.2.beta.2 platform/shared/common/app_build_configs.c
rhodes-3.3.2.beta.1 platform/shared/common/app_build_configs.c
rhodes-3.3.1 platform/shared/common/app_build_configs.c
rhodes-3.3.0 platform/shared/common/app_build_configs.c
rhodes-3.3.0.beta.3 platform/shared/common/app_build_configs.c
rhodes-3.3.0.beta.2 platform/shared/common/app_build_configs.c