diff options
Diffstat (limited to 'BaseTools/ReadMe.txt')
-rw-r--r-- | BaseTools/ReadMe.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 729439aec2..9fb5897fa8 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -28,11 +28,11 @@ Notes: cannot generate AutoGen.* files. Only "build" command can.
3) build.exe in %WORKSPACE%\BaseTools\Bin\Win32 is generated from following revision of
Python source code:
- r731 <buildtools_project>\BaseTools\Source\Python\Autogen
- r731 <buildtools_project>\BaseTools\Source\Python\build
- r731 <buildtools_project>\BaseTools\Source\Python\Common
- r731 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r731 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r738 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r738 <buildtools_project>\BaseTools\Source\Python\build
+ r738 <buildtools_project>\BaseTools\Source\Python\Common
+ r738 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r738 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
r731 <buildtools_project>\BaseTools\Source\Python\Common
|