summaryrefslogtreecommitdiff
path: root/BaseTools/ReadMe.txt
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-27 09:34:58 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-27 09:34:58 +0000
commit5364ee3303db28359b01ca5f6d111de122c31326 (patch)
tree2a43439d0e227f24482fcebde0476f82deb5ec16 /BaseTools/ReadMe.txt
parent68102e9affcfafa278817818e765f7c576c97664 (diff)
downloadedk2-platforms-5364ee3303db28359b01ca5f6d111de122c31326.tar.xz
Fixed an issue which DSC file in current directory has higher priority than DSC file set in target.txt
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3951 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/ReadMe.txt')
-rw-r--r--BaseTools/ReadMe.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt
index 768df3a693..c52be09d44 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:
- r773 <buildtools_project>\BaseTools\Source\Python\Autogen
- r773 <buildtools_project>\BaseTools\Source\Python\build
- r773 <buildtools_project>\BaseTools\Source\Python\Common
- r773 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r773 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r776 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r776 <buildtools_project>\BaseTools\Source\Python\build
+ r776 <buildtools_project>\BaseTools\Source\Python\Common
+ r776 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r776 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
r750 <buildtools_project>\BaseTools\Source\Python\Common