diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-08 10:43:56 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-08 10:43:56 +0000 |
commit | 5d8e88cb18b44d141bd451b88b22ed9ff282a682 (patch) | |
tree | 059f0f759cb45fb5a139b044bfaf0994665a5862 /BaseTools/ReadMe.txt | |
parent | 3b1e58ef92da5fe06d2d9dbbd3e1f1b25f445c4f (diff) | |
download | edk2-5d8e88cb18b44d141bd451b88b22ed9ff282a682.tar.gz |
Updated the revision number of build.exe and GenFds.exe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4046 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/ReadMe.txt')
-rw-r--r-- | BaseTools/ReadMe.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 0370536ae4..51c90143d1 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -28,16 +28,16 @@ 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:
- r790 <buildtools_project>\BaseTools\Source\Python\Autogen
- r790 <buildtools_project>\BaseTools\Source\Python\build
- r790 <buildtools_project>\BaseTools\Source\Python\Common
- r790 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r790 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r803 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r803 <buildtools_project>\BaseTools\Source\Python\build
+ r803 <buildtools_project>\BaseTools\Source\Python\Common
+ r803 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r803 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
- r750 <buildtools_project>\BaseTools\Source\Python\Common
- r750 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r750 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r802 <buildtools_project>\BaseTools\Source\Python\Common
+ r802 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r802 <buildtools_project>\BaseTools\Source\Python\GenFds
Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
|