diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-31 05:11:01 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-31 05:11:01 +0000 |
commit | 4070a6c6ecd5fcce8c86133ef92ff2359671f829 (patch) | |
tree | b2423402b01b5f7fc2f864a37ecabbf45e88c066 /BaseTools/ReadMe.txt | |
parent | 89d96039a2b468e1b6181e1b4e68b3be8693bc45 (diff) | |
download | edk2-4070a6c6ecd5fcce8c86133ef92ff2359671f829.zip edk2-4070a6c6ecd5fcce8c86133ef92ff2359671f829.tar.gz edk2-4070a6c6ecd5fcce8c86133ef92ff2359671f829.tar.bz2 |
Updated the revision of source files build.exe was generated from
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3754 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/ReadMe.txt')
-rw-r--r-- | BaseTools/ReadMe.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 32d4fd1..966f0eb 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -28,11 +28,12 @@ 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:
- r641 <buildtools_project>\BaseTools\Source\Python\Autogen
- r641 <buildtools_project>\BaseTools\Source\Python\build
- r641 <buildtools_project>\BaseTools\Source\Python\Common
- r641 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r658 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r658 <buildtools_project>\BaseTools\Source\Python\build
+ r658 <buildtools_project>\BaseTools\Source\Python\Common
+ r658 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
r564 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r576 <buildtools_project>\BaseTools\Source\Python\GenFds\FfsInfStatement.py
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
r641 <buildtools_project>\BaseTools\Source\Python\Common
r641 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
|