Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/toolsetup.bat
- Timestamp:
- Apr 14, 2023 3:17:44 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156854
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-145445 /vendor/edk2/current 103735-103757,103769-103776,129194-156846
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/toolsetup.bat
r89983 r99404 228 228 if defined RECONFIG ( 229 229 echo. 230 echo Over -writing the files in the CONF_PATH directory230 echo Overwriting the files in the CONF_PATH directory 231 231 echo using the default template files 232 232 echo. … … 241 241 copy %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt > nul 242 242 ) else ( 243 if defined RECONFIG echo over -write ... target.template to %CONF_PATH%\target.txt243 if defined RECONFIG echo overwrite ... target.template to %CONF_PATH%\target.txt 244 244 if defined RECONFIG copy /Y %EDK_TOOLS_PATH%\Conf\target.template %CONF_PATH%\target.txt > nul 245 245 ) … … 252 252 copy %EDK_TOOLS_PATH%\Conf\tools_def.template %CONF_PATH%\tools_def.txt > nul 253 253 ) else ( 254 if defined RECONFIG echo over -write ... tools_def.template to %CONF_PATH%\tools_def.txt254 if defined RECONFIG echo overwrite ... tools_def.template to %CONF_PATH%\tools_def.txt 255 255 if defined RECONFIG copy /Y %EDK_TOOLS_PATH%\Conf\tools_def.template %CONF_PATH%\tools_def.txt > nul 256 256 ) … … 300 300 IF NOT EXIST "%EDK_TOOLS_BIN%\GenFw.exe" goto check_c_tools 301 301 IF NOT EXIST "%EDK_TOOLS_BIN%\GenSec.exe" goto check_c_tools 302 IF NOT EXIST "%EDK_TOOLS_BIN%\Split.exe" goto check_c_tools303 302 IF NOT EXIST "%EDK_TOOLS_BIN%\TianoCompress.exe" goto check_c_tools 304 303 IF NOT EXIST "%EDK_TOOLS_BIN%\VfrCompile.exe" goto check_c_tools … … 403 402 goto use_pip_basetools 404 403 ) else ( 404 REM reset ERRORLEVEL 405 type nul>nul 405 406 goto use_builtin_basetools 406 407 )
Note:
See TracChangeset
for help on using the changeset viewer.