Searched refs:BUILD_CONFIG (Results 1 – 4 of 4) sorted by relevance
49 BUILD_CONFIG := $(TOP_DIR)/builds52 BUILD_DIR = $(BUILD_CONFIG)/$(PLATFORM)71 PLATFORMS := $(notdir $(subst /detect.mk,,$(wildcard $(BUILD_CONFIG)/*/detect.mk)))93 include $(wildcard $(BUILD_CONFIG)/*/detect.mk)
90 set BUILD_CONFIG=debug variable92 set BUILD_CONFIG=release variable158 if "%BUILD_CONFIG%" == "release" goto x64release169 if "%BUILD_CONFIG%" == "debug" goto success187 if "%BUILD_CONFIG%" == "release" goto x86release198 if "%BUILD_CONFIG%" == "debug" goto success
103 set BUILD_CONFIG=debug variable105 set BUILD_CONFIG=release variable235 if "%BUILD_CONFIG%" == "release" goto x64release268 if "%BUILD_CONFIG%" == "debug" goto success308 if "%BUILD_CONFIG%" == "release" goto x86release341 if "%BUILD_CONFIG%" == "debug" goto success
50 BUILD_CONFIG = getBuildConfig(DEFAULT_BUILD_DIR, DEFAULT_TARGET, "Debug") variable