diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-22 09:09:57 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-22 09:09:57 +0000 |
commit | 8809fb07fb3ee96568a7d9e7019af9549fcf38a6 (patch) | |
tree | c34edb72843eb9edb54eb4c1d0ecc8023f2662f5 /BaseTools | |
parent | 48cc75952cc25e0f9e18f5b480d4febafc1cb3db (diff) | |
download | edk2-platforms-8809fb07fb3ee96568a7d9e7019af9549fcf38a6.tar.xz |
Updated with the latest changes of build tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4191 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 2fc4fa180a..724e702d62 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:
- r837 <buildtools_project>\BaseTools\Source\Python\Autogen
- r837 <buildtools_project>\BaseTools\Source\Python\build
- r837 <buildtools_project>\BaseTools\Source\Python\Common
- r837 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r837 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r844 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r844 <buildtools_project>\BaseTools\Source\Python\build
+ r844 <buildtools_project>\BaseTools\Source\Python\Common
+ r844 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r844 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
- r837 <buildtools_project>\BaseTools\Source\Python\Common
- r837 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r837 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r843 <buildtools_project>\BaseTools\Source\Python\Common
+ r843 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r843 <buildtools_project>\BaseTools\Source\Python\GenFds
Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
|