Lines Matching refs:TRUE
56 @if "%NT32PKG%"=="TRUE" (
151 @if not exist "%SRC_CONF%\target.template" @set MISSING_TARGET_TEMPLATE=TRUE
152 @if not exist "%SRC_CONF%\tools_def.template" @set MISSING_TOOLS_DEF_TEMPLATE=TRUE
153 @if not exist "%SRC_CONF%\build_rule.template" @set MISSING_BUILD_RULE_TEMPLATE=TRUE
156 @if "%MISSING_TARGET_TEMPLATE%"=="TRUE" @goto MissingTemplates
159 @set FIRST_COPY=TRUE
162 @if "%MISSING_TOOLS_DEF_TEMPLATE%"=="TRUE" @goto MissingTemplates
165 @set FIRST_COPY=TRUE
168 @if "%MISSING_BUILD_RULE_TEMPLATE%"=="TRUE" @goto MissingTemplates
171 @set FIRST_COPY=TRUE
174 @if "%FIRST_COPY%"=="TRUE" @goto End
175 @if not "%RECONFIG%"=="TRUE" @goto End
177 @if "%RECONFIG%"=="TRUE" (
182 @if "%MISSING_TARGET_TEMPLATE%"=="TRUE" @goto MissingTemplates
186 @if "%MISSING_TOOLS_DEF_TEMPLATE%"=="TRUE" @goto MissingTemplates
190 @if "%MISSING_BUILD_RULE_TEMPLATE%"=="TRUE" @goto MissingTemplates
198 @if "%RECONFIG%"=="TRUE" @echo ERROR : Reconfig failed
199 @if "%MISSING_TARGET_TEMPLATE%"=="TRUE" @echo ERROR : Unable to locate: "%SRC_CONF%\target.template"
200 @if "%MISSING_TOOLS_DEF_TEMPLATE%"=="TRUE" @echo ERROR : Unable to locate: "%SRC_CONF%\tools_def.template"
201 @if "%MISSING_BUILD_RULE_TEMPLATE%"=="TRUE" @echo ERROR : Unable to locate: "%SRC_CONF%\build_rule.template"