Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/Edk2Setup.bat
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/Edk2Setup.bat
r58464 r58466 11 11 @REM It will also create a Conf/target.txt, tools_def.txt and build_rule.txt files 12 12 @REM if they do not exist 13 @REM If the reset flag is set, all environment variables will be reset and 13 @REM If the reset flag is set, all environment variables will be reset and 14 14 @REM the Conf/target.txt, tools_def.txt and build_rule.txt files will be overwritten 15 15 @REM … … 17 17 @REM by this script. 18 18 @REM SetVisualStudio.bat - will set the Visual Studio environment based on the --vs* flags 19 @REM it is also used to build the Win32 binaries, calling nmake 19 @REM it is also used to build the Win32 binaries, calling nmake 20 20 @REM using the WORKSPACE\BaseTools\Makefile 21 21 @REM ShowEnvironment.bat - will display the current EDK II Build environment … … 38 38 @REM 39 39 @REM usage: 40 @REM Edk2Setup.bat [--help | -h] [-v | --version] [-r | --reset] 40 @REM Edk2Setup.bat [--help | -h] [-v | --version] [-r | --reset] 41 41 @REM [--reconfig] [--edk-tools-path DirName] 42 42 @REM [--pull [Directory]| --rebuild [Directory]] … … 178 178 @set BUILD_TOOLS_WITH=Latest 179 179 ) 180 @REM This option will try to set the environment for building the Nt32Pkg/Nt32Pkg; on a 64-bit 180 @REM This option will try to set the environment for building the Nt32Pkg/Nt32Pkg; on a 64-bit 181 181 @REM Windows OS 182 182 @if /I "%2"=="X64" ( … … 195 195 @echo Copyright(c) 2014, Intel Corporation. All rights reserved. 196 196 @echo. 197 @echo The system environment variable, WORKSPACE, is always set to the current 197 @echo The system environment variable, WORKSPACE, is always set to the current 198 198 @echo working directory. 199 199 @echo. … … 204 204 @echo. 205 205 @echo --reset, -r Reset the EDK_TOOLS_PATH and PATH system environment 206 @echo variables. The EDK_TOOLS_PATH default is 206 @echo variables. The EDK_TOOLS_PATH default is 207 207 @echo WORKSPACE\BaseTools, however, it may be overridden by 208 208 @echo arguments given to the --edk-tools-path, --pull and/or … … 231 231 @pause 232 232 @echo. 233 @echo --pull [DIRECTORY] Get the EDK II BaseTools binaries from source control 233 @echo --pull [DIRECTORY] Get the EDK II BaseTools binaries from source control 234 234 @echo (must not be used with --rebuild). 235 235 @echo If the optional DIRECTORY argument is specified, the tool 236 236 @echo sets EDK_TOOLS_PATH to DIRECTORY. 237 237 @echo If the DIRECTORY argument is not specified, the tools are 238 @echo placed in the directory tree pointed to by the current 238 @echo placed in the directory tree pointed to by the current 239 239 @echo EDK_TOOLS_PATH environment variable. If the binaries 240 @echo cannot be obtained from source control, the 241 @echo EDK_TOOLS_PATH will be set to the default, 240 @echo cannot be obtained from source control, the 241 @echo EDK_TOOLS_PATH will be set to the default, 242 242 @echo WORKSPACE\BaseTools directory. 243 243 @echo. … … 250 250 @echo If the optional DIRECTORY argument is specified, the tool 251 251 @echo sets EDK_TOOLS_PATH to DIRECTORY. Tools binaries will be 252 @echo placed in the appropriate subdirectory in the 252 @echo placed in the appropriate subdirectory in the 253 253 @echo EDK_TOOLS_PATH directory. If the build fails, the 254 254 @echo EDK_TOOLS_PATH will be set to the default, … … 273 273 @echo command-prompt window. Rebuilding of the tools with this script is not 274 274 @echo possible. 275 @echo Refer to the BaseTools\BuildNotes.txt for directions for building 275 @echo Refer to the BaseTools\BuildNotes.txt for directions for building 276 276 @echo the BaseTools binaries. 277 277 @echo. … … 289 289 :BadPython 290 290 @echo ERROR : Unable to rebuild the BaseTools binaries, python does not appear to be 291 @echo installed. 291 @echo installed. 292 292 @echo The python executable was not found in the PYTHONHOME: %PYTHONHOME% 293 @echo If python is installed, please set the environment variable, PYTHONHOME 293 @echo If python is installed, please set the environment variable, PYTHONHOME 294 294 @echo to the Path that contains python.exe, for example, if python.exe is 295 295 @echo located in the C:\Python27 directory, then: … … 395 395 @if errorlevel 1 ( 396 396 @echo ERROR : The command-line svn tool is not available and the Win32 binaries do not exist 397 @echo Please re-run this script again with the --rebuild option to attempt to build 397 @echo Please re-run this script again with the --rebuild option to attempt to build 398 398 @echo the binaries 399 399 @echo.
Note:
See TracChangeset
for help on using the changeset viewer.