diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-18 09:22:42 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-18 09:22:42 +0000 |
commit | 79acd598acda04b21438107033615c190014f543 (patch) | |
tree | 9037272c4301adef3fdd92c032de283f8feb84cf | |
parent | 4d062cead89f59e49f9ec7433e60d69ed3aa7fae (diff) | |
download | edk2-platforms-79acd598acda04b21438107033615c190014f543.tar.xz |
Changed the revision of source code from which build.exe comes
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3885 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | BaseTools/ReadMe.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 729439aec2..9fb5897fa8 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -28,11 +28,11 @@ 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:
- r731 <buildtools_project>\BaseTools\Source\Python\Autogen
- r731 <buildtools_project>\BaseTools\Source\Python\build
- r731 <buildtools_project>\BaseTools\Source\Python\Common
- r731 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r731 <buildtools_project>\BaseTools\Source\Python\GenFds
+ 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
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
r731 <buildtools_project>\BaseTools\Source\Python\Common
|