Lines Matching refs:echo

18 @echo off

67 echo.
68 echo !!! ERROR !!! Unknown argument, %1 !!!
69 echo.
72 echo.
73 echo !!! ERROR !!! Unknown argument, %1 !!!
74 echo.
97 echo.
98 echo !!! ERROR !!! Neither BASE_TOOLS_PATH nor EDK_TOOLS_PATH are set. !!!
99 echo.
107 echo.
108 echo !!! ERROR !!! No tools path available. Please set EDK_TOOLS_PATH !!!
109 echo.
124 echo Resetting the PATH variable to include the EDK_TOOLS_PATH for this session.
127 echo PATH = %PATH%
128 echo.
130 echo WORKSPACE = %WORKSPACE%
132 echo EDK_TOOLS_PATH = %EDK_TOOLS_PATH%
134 echo BASE_TOOLS_PATH = %BASE_TOOLS_PATH%
136 echo.
143 echo.
144 echo !!! WARNING !!! WORKSPACE environment variable was not set, cannot Reconfig !!!
145 echo.
154 echo.
155 echo Over-writing the files in the WORKSPACE\Conf directory
156 echo using the default template files
157 echo.
162 echo copying ... target.template to %WORKSPACE%\Conf\target.txt
164 echo Error: target.template is missing at folder %EDK_TOOLS_PATH%\Conf\
168 if defined RECONFIG echo over-write ... target.template to %WORKSPACE%\Conf\target.txt
173 echo copying ... tools_def.template to %WORKSPACE%\Conf\tools_def.txt
175 echo Error: tools_def.template is missing at folder %EDK_TOOLS_PATH%\Conf\
179 if defined RECONFIG echo over-write ... tools_def.template to %WORKSPACE%\Conf\tools_def.txt
184 echo copying ... build_rule.template to %WORKSPACE%\Conf\build_rule.txt
186 echo Error: build_rule.template is missing at folder %EDK_TOOLS_PATH%\Conf\
190 if defined RECONFIG echo over-write ... build_rule.template to %WORKSPACE%\Conf\build_rule.txt
229 echo.
230 echo Rebuilding of tools is not required. Binaries of the latest,
231 echo tested versions of the tools have been tested and included in the
232 echo EDK II repository.
233 echo.
234 echo If you really want to build the tools, use the ForceRebuild option.
235 echo.
255 echo.
256 echo !!! ERROR !!! PYTHON_HOME is required to build or execute the tools, please set it. !!!
257 echo.
278 echo.
279 echo !!! WARNING !!! Will not be able to compile Python programs to .exe
280 echo Will setup environment to run Python scripts directly.
281 echo.
288 echo BASE_TOOLS_PATH = %BASE_TOOLS_PATH%
289 echo PYTHON_PATH = %PYTHON_PATH%
290 echo PYTHON_FREEZER_PATH = %PYTHON_FREEZER_PATH%
291 echo.
306 echo.
307 echo !!! ERROR !!!! Cannot find Visual Studio, required to build C tools !!!
308 echo.
335 echo BUILDING PYTHON TOOLS
341 echo.
342 echo !!! WARNING !!! Cannot make executable from Python code, executing python scripts instead !!!
343 echo.
349 echo.
350 echo !!! ERROR !!! Cannot build BaseTools applications - no source directory located !!!
351 echo.
355 echo.
356 echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [ Rebuild | ForceRebuild ] [Reconfig] [base_tools_path [edk_tools_path]]"
357 echo.
358 echo base_tools_path BaseTools project path, BASE_TOOLS_PATH will be set to this path.
359 echo edk_tools_path EDK_TOOLS_PATH will be set to this path.
360 echo Rebuild If sources are available perform an Incremental build, only
361 echo build those updated tools.
362 echo ForceRebuild If sources are available, rebuild all tools regardless of
363 echo whether they have been updated or not.
364 echo Reconfig Reinstall target.txt, tools_def.txt and build_rule.txt.
365 echo.
373 @echo on