diff options
author | jlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-16 13:48:53 +0000 |
---|---|---|
committer | jlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-16 13:48:53 +0000 |
commit | e542e30a19432e41e6793ccf8d3c4706ebb4fa34 (patch) | |
tree | f6d7a99411de34aacf3957029bb8335849e24642 /BaseTools | |
parent | 92d160382735f1a8c8a82346125daac1c5a8168e (diff) | |
download | edk2-e542e30a19432e41e6793ccf8d3c4706ebb4fa34.tar.gz edk2-e542e30a19432e41e6793ccf8d3c4706ebb4fa34.tar.bz2 edk2-e542e30a19432e41e6793ccf8d3c4706ebb4fa34.zip |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4134 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-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 e1e512da01..2ebc06d297 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:
- r817 <buildtools_project>\BaseTools\Source\Python\Autogen
- r817 <buildtools_project>\BaseTools\Source\Python\build
- r817 <buildtools_project>\BaseTools\Source\Python\Common
- r817 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r817 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r827 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r827 <buildtools_project>\BaseTools\Source\Python\build
+ r827 <buildtools_project>\BaseTools\Source\Python\Common
+ r827 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r827 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
- r816 <buildtools_project>\BaseTools\Source\Python\Common
- r816 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r816 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r827 <buildtools_project>\BaseTools\Source\Python\Common
+ r827 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r827 <buildtools_project>\BaseTools\Source\Python\GenFds
Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
|