mirror of https://github.com/acidanthera/audk.git
1. Added revision information of source code from which build.exe came from.
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
This commit is contained in:
parent
78d6fbd5e2
commit
5157f1d73a
|
@ -21,18 +21,17 @@ BaseTools Simple Usage:
|
||||||
*.inf file is
|
*.inf file is
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
1) Only *.efi files can be generated. Flash image cannot be generated at present.
|
1) The tree structure generated by build tools is similar to Ant build system.
|
||||||
2) Only "clean" and "cleanall" build target are supported, in both top level
|
2) Makefile can be called directly by nmake for both top level platform and module. But
|
||||||
makefile and module's makefile.
|
|
||||||
3) Not all tool chains and target architectures are tested. Due to both tools
|
|
||||||
and source code limitations, ther must be bugs in it. Please report any issue
|
|
||||||
ASAP so we can fix it soon.
|
|
||||||
4) The tree structure generated by build tools is similar to Ant build system.
|
|
||||||
5) Makefile can be called directly by nmake for both top level platform and module. But
|
|
||||||
after you call "nmake cleanall", you have to call "build" command to rebuild platform
|
after you call "nmake cleanall", you have to call "build" command to rebuild platform
|
||||||
or modules because the AutoGen.* files have been be removed. The "makefile" itself
|
or modules because the AutoGen.* files have been be removed. The "makefile" itself
|
||||||
cannot generate AutoGen.* files. Only "build" command can.
|
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:
|
||||||
|
r601 <buildtools_project>\BaseTools\Source\Python\Autogen
|
||||||
|
r601 <buildtools_project>\BaseTools\Source\Python\Python\build
|
||||||
|
r569 <buildtools_project>\BaseTools\Source\Python\Python\Common
|
||||||
|
r564 <buildtools_project>\BaseTools\Source\Python\Python\CommonDataClass
|
||||||
|
|
||||||
Brief usage for Migration Tool MigrationMsa2Inf.exe:
|
Brief usage for Migration Tool MigrationMsa2Inf.exe:
|
||||||
1. Command line format:
|
1. Command line format:
|
||||||
|
@ -92,4 +91,4 @@ Brief usage for Migration Tool MigrationMsa2Inf.exe:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
13-August-2007
|
20-August-2007
|
||||||
|
|
Loading…
Reference in New Issue