diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-11 08:59:55 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-11 08:59:55 +0000 |
commit | b63906e1a8a5486105816921b5d6e01241abd724 (patch) | |
tree | 816f666ef3fd0b25ff9c250610938d088d32d92d /BaseTools | |
parent | b7509087b09ea8e121aae348892205700a75dfdc (diff) | |
download | edk2-platforms-b63906e1a8a5486105816921b5d6e01241abd724.tar.xz |
Updated the revision number of build.exe and GenFds.exe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4092 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 2897c2c510..bb44b8240e 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:
- 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
+ r816 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r816 <buildtools_project>\BaseTools\Source\Python\build
+ r816 <buildtools_project>\BaseTools\Source\Python\Common
+ r816 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r816 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
- r815 <buildtools_project>\BaseTools\Source\Python\Common
- r815 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r815 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r816 <buildtools_project>\BaseTools\Source\Python\Common
+ r816 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r816 <buildtools_project>\BaseTools\Source\Python\GenFds
Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
|