diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-10 08:53:40 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-10 08:53:40 +0000 |
commit | a7593b363b6645ffddf5582fea77e8716f0cddf1 (patch) | |
tree | dccf1c0d2f7688b21722e59907223e5f7d93821e | |
parent | 870beba32fc16109d78bed53ddf0ffc01df7b448 (diff) | |
download | edk2-platforms-a7593b363b6645ffddf5582fea77e8716f0cddf1.tar.xz |
Updated the revision number of source of build.exe and GenFds.exe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4079 6f19259b-4bc3-4df7-8a09-765794883524
-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 51c90143d1..6474434158 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:
- 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
+ r811 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r811 <buildtools_project>\BaseTools\Source\Python\build
+ r811 <buildtools_project>\BaseTools\Source\Python\Common
+ r811 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r811 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
- r802 <buildtools_project>\BaseTools\Source\Python\Common
- r802 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r802 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r811 <buildtools_project>\BaseTools\Source\Python\Common
+ r811 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r811 <buildtools_project>\BaseTools\Source\Python\GenFds
Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
|