diff options
author | jlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-21 12:26:36 +0000 |
---|---|---|
committer | jlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-21 12:26:36 +0000 |
commit | 679efe0afa1027ccfdb5254d7cc6ad7d709ec10e (patch) | |
tree | 1384bb68298cbc98a095737d71f4fe17a95a1b4d /BaseTools/ReadMe.txt | |
parent | b6001acc8ea7fd8dd9fc18481662f1c3b13654eb (diff) | |
download | edk2-679efe0afa1027ccfdb5254d7cc6ad7d709ec10e.tar.gz |
update changelog and source revision for build tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3912 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 9fb5897fa8..e66b3ee8ab 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:
- r738 <buildtools_project>\BaseTools\Source\Python\Autogen
- r738 <buildtools_project>\BaseTools\Source\Python\build
- r738 <buildtools_project>\BaseTools\Source\Python\Common
- r738 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r738 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r750 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r750 <buildtools_project>\BaseTools\Source\Python\build
+ r750 <buildtools_project>\BaseTools\Source\Python\Common
+ r750 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r750 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
- r731 <buildtools_project>\BaseTools\Source\Python\Common
- r731 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r731 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r750 <buildtools_project>\BaseTools\Source\Python\Common
+ r750 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r750 <buildtools_project>\BaseTools\Source\Python\GenFds
Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
|