]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Added revision information of source code from which build.exe came from.
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Aug 2007 10:37:40 +0000 (10:37 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Aug 2007 10:37:40 +0000 (10:37 +0000)
2. Removed some information out of date

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3682 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/ReadMe.txt

index fb098902daea8be0d39264fb44d6e9238264dcf8..e50ac82c9971af0cf4c1d18ec6c48a32951954b7 100644 (file)
@@ -21,18 +21,17 @@ BaseTools Simple Usage:
    *.inf file is\r
 \r
 Notes:\r
-1) Only *.efi files can be generated. Flash image cannot be generated at present.\r
-2) Only "clean" and "cleanall" build target are supported, in both top level \r
-   makefile and module's makefile. \r
-3) Not all tool chains and target architectures are tested. Due to both tools \r
-   and source code limitations, ther must be bugs in it. Please report any issue \r
-        ASAP so we can fix it soon.\r
-4) The tree structure generated by build tools is similar to Ant build system.\r
-5) Makefile can be called directly by nmake for both top level platform and module. But\r
+1) The tree structure generated by build tools is similar to Ant build system.\r
+2) Makefile can be called directly by nmake for both top level platform and module. But\r
    after you call "nmake cleanall", you have to call "build" command to rebuild platform\r
         or modules because the AutoGen.* files have been be removed. The "makefile" itself\r
         cannot generate AutoGen.* files. Only "build" command can.\r
-\r
+3) build.exe in %WORKSPACE%\BaseTools\Bin\Win32 is generated from following revision of\r
+   Python source code:\r
+        r601 <buildtools_project>\BaseTools\Source\Python\Autogen\r
+        r601 <buildtools_project>\BaseTools\Source\Python\Python\build\r
+        r569 <buildtools_project>\BaseTools\Source\Python\Python\Common\r
+        r564 <buildtools_project>\BaseTools\Source\Python\Python\CommonDataClass\r
 \r
 Brief usage for Migration Tool MigrationMsa2Inf.exe:\r
 1. Command line format:\r
@@ -92,4 +91,4 @@ Brief usage for Migration Tool MigrationMsa2Inf.exe:
  \r
 \r
           \r
-13-August-2007\r
+20-August-2007\r